#6FEAE6

Color #6FEAE6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6FEAE6

Tints of Turquoise Blue #6FEAE6

Color information

#6FEAE6 (or 0x6FEAE6) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EA and E6. RGB value is (111,234,230). Sum of RGB (Red+Green+Blue) = 111+234+230=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAE6 is #901519. Grayscale: #C4C4C4. Windows color (decimal): -9442586 or 15133295. OLE color: 15133295.

HSL color Cylindrical-coordinate representation of color #6FEAE6: hue angle of 178.05º degrees, saturation: 0.75, 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 #6FEAE6 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB111234230-
CMYK0.5300.020.08
HSL178.05º74.55%67.65%-
HSV(B)178.05º52.56%91.76%-
XYZ50.2667.9485.33-
YUV196.77146.7566.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.30%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 230 (90.23% from 255) = 40%
R=19.30%
G=40.70%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342300.5300.020.08178.0574.5567.65
Hex6FEAE635028b24b44
Octal157352346650210262113104
Binary1101111111010101110011011010101010001011001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,234,230); }

 H1.HeaderClassName
 {
   color: #6FEAE6;
 }
 .AnyTagClassName
 {
   color: #6FEAE6;
 }
</style>
background-color css

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

 a { background-color: rgb(111,234,230); }

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

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

 span { border-color: rgb(111,234,230); }

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