Html Css Color HEX #6FEBE4 Turquoise Blue

📋 copy color: '#6FEBE4'

red 111 ◦ green 235 ◦ blue 228

#6FEBE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6FEBE4

Tints of Turquoise Blue #6FEBE4

RGB

 RED value IS 111 (43.75% from 255) = 19.34%

 GREEN value IS 235 (92.19% from 255) = 40.94%

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 19.34%
G = 40.94%
B = 39.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FEBE4 (or 0x6FEBE4) is known color: Turquoise Blue. HEX triplet: 6F, EB and E4. RGB value is (111,235,228). Sum of RGB (Red+Green+Blue) = 111+235+228=574 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.34% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBE4 is #90141B. Grayscale: #C5C5C5. Windows color (decimal): -9442332 or 15002479. OLE color: 15002479.

HSL color Cylindrical-coordinate representation of color #6FEBE4: hue angle of 176.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBE4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 228 -
CMYK 0.53 0 0.03 0.08
HSL 176.61º 0.76% 0.68% -
HSV(B) 176.61º 0.53% 0.92% -
XYZ 50.27 68.4 83.95 -
YUV 197.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 111 235 228 0.53 0 0.03 0.08 176.61 0.76 0.68
Hex 6F EB E4 35 0 3 8 B1 4C 44
Octal 157 353 344 65 0 3 10 261 114 104
Binary 1101111 11101011 11100100 110101 0 11 1000 10110001 1001100 1000100

Color Harmonies of #6FEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBE4

Black with #6FEBE4

Text Example


Text Example

White with #6FEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FEBE4; }

 p { color: rgb(111,235,228); }

 H1.HeaderClassName
 {
   color: #6FEBE4;
 }
 .AnyTagClassName
 {
   color: #6FEBE4;
 }
</style>

background-color css

<style>
 a { background-color: #6FEBE4; }

 a { background-color: rgb(111,235,228); }

 div.DivClassName
 {
   background-color: #6FEBE4;
 }
 .BgClassName
 {
   background-color: #6FEBE4;
 }
</style>

border-color css

<style>
 span { border-color: #6FEBE4; }

 span { border-color: rgb(111,235,228); }

 td.TdClassName
 {
   border-color: #6FEBE4;
 }
 .TagClassName
 {
   border-color: #6FEBE4;
 }
</style>