#6FEEE8

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

Shades of Turquoise Blue #6FEEE8

Tints of Turquoise Blue #6FEEE8

Color information

#6FEEE8 (or 0x6FEEE8) is unknown color: approx Turquoise Blue. HEX triplet: 6F, EE and E8. RGB value is (111,238,232). Sum of RGB (Red+Green+Blue) = 111+238+232=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEE8 is #901117. Grayscale: #C7C7C7. Windows color (decimal): -9441560 or 15265391. OLE color: 15265391.

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

Color convert

RGB111238232-
CMYK0.5300.030.07
HSL177.17º78.88%68.43%-
HSV(B)177.17º53.36%93.33%-
XYZ51.770.3587.2-
YUV199.34146.4264.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.10%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=19.10%
G=40.96%
B=39.93%

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
Decimal1112382320.5300.030.07177.1778.8868.43
Hex6FEEE835037b14f44
Octal15735635065037261117104
Binary110111111101110111010001101010111111011000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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