#6FEAE8

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

Shades of Turquoise Blue #6FEAE8

Tints of Turquoise Blue #6FEAE8

Color information

#6FEAE8 (or 0x6FEAE8) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EA and E8. RGB value is (111,234,232). Sum of RGB (Red+Green+Blue) = 111+234+232=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEAE8 is #901517. Grayscale: #C4C4C4. Windows color (decimal): -9442584 or 15264367. OLE color: 15264367.

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

Color convert

RGB111234232-
CMYK0.5300.010.08
HSL179.02º74.55%67.65%-
HSV(B)179.02º52.56%91.76%-
XYZ50.5468.0586.82-
YUV197147.7566.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.24%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=19.24%
G=40.55%
B=40.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342320.5300.010.08179.0274.5567.65
Hex6FEAE835018b34b44
Octal157352350650110263113104
Binary110111111101010111010001101010110001011001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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