#6FEAE2

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

Shades of Turquoise Blue #6FEAE2

Tints of Turquoise Blue #6FEAE2

Color information

#6FEAE2 (or 0x6FEAE2) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EA and E2. RGB value is (111,234,226). Sum of RGB (Red+Green+Blue) = 111+234+226=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAE2 is #90151D. Grayscale: #C4C4C4. Windows color (decimal): -9442590 or 14871151. OLE color: 14871151.

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

Color convert

RGB111234226-
CMYK0.5300.030.08
HSL176.1º74.55%67.65%-
HSV(B)176.1º52.56%91.76%-
XYZ49.7167.7282.4-
YUV196.31144.7567.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.44%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=19.44%
G=40.98%
B=39.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1112342260.5300.030.08176.174.5567.65
Hex6FEAE235038b04b44
Octal157352342650310260113104
Binary1101111111010101110001011010101110001011000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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