#06E8E4

Color #06E8E4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #06E8E4

Tints of Bright Turquoise #06E8E4

Color information

#06E8E4 (or 0x06E8E4) is unknown color: approx Bright Turquoise. HEX triplet: 06, E8 and E4. RGB value is (6,232,228). Sum of RGB (Red+Green+Blue) = 6+232+228=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #06E8E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E8E4 is #F9171B. Grayscale: #A3A3A3. Windows color (decimal): -16324380 or 15001606. OLE color: 15001606.

HSL color Cylindrical-coordinate representation of color #06E8E4: hue angle of 178.94º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E8E4 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB6232228-
CMYK0.9700.020.09
HSL178.94º94.96%46.67%-
HSV(B)178.94º97.41%90.98%-
XYZ42.9463.3583.36-
YUV163.97164.1315.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.29%
GREEN value IS 232 (91.02% from 255) = 49.79%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=1.29%
G=49.79%
B=48.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62322280.9700.020.09178.9494.9646.67
Hex6E8E461029b35f2f
Octal6350344141021126313757
Binary110111010001110010011000010101001101100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E8E4; }

 p { color: rgb(6,232,228); }

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

<style>
 a { background-color: #06E8E4; }

 a { background-color: rgb(6,232,228); }

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

<style>
 span { border-color: #06E8E4; }

 span { border-color: rgb(6,232,228); }

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