#6FEEE6

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

Shades of Turquoise Blue #6FEEE6

Tints of Turquoise Blue #6FEEE6

Color information

#6FEEE6 (or 0x6FEEE6) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EE and E6. RGB value is (111,238,230). Sum of RGB (Red+Green+Blue) = 111+238+230=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEE6 is #901119. Grayscale: #C7C7C7. Windows color (decimal): -9441562 or 15134319. OLE color: 15134319.

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

Color convert

RGB111238230-
CMYK0.5300.030.07
HSL176.22º78.88%68.43%-
HSV(B)176.22º53.36%93.33%-
XYZ51.4170.2485.71-
YUV199.11145.4265.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.17%
GREEN value IS 238 (93.36% from 255) = 41.11%
BLUE value IS 230 (90.23% from 255) = 39.72%
R=19.17%
G=41.11%
B=39.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1112382300.5300.030.07176.2278.8868.43
Hex6FEEE635037b04f44
Octal15735634665037260117104
Binary110111111101110111001101101010111111011000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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