#06E4E8

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

Shades of Bright Turquoise #06E4E8

Tints of Bright Turquoise #06E4E8

Color information

#06E4E8 (or 0x06E4E8) is unknown color: approx Bright Turquoise. HEX triplet: 06, E4 and E8. RGB value is (6,228,232). Sum of RGB (Red+Green+Blue) = 6+228+232=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #06E4E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E4E8 is #F91B17. Grayscale: #A1A1A1. Windows color (decimal): -16325400 or 15262726. OLE color: 15262726.

HSL color Cylindrical-coordinate representation of color #06E4E8: hue angle of 181.06º 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 #06E4E8 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6228232-
CMYK0.970.0200.09
HSL181.06º94.96%46.67%-
HSV(B)181.06º97.41%90.98%-
XYZ42.3861.3585.95-
YUV162.08167.4516.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal62282320.970.0200.09181.0694.9646.67
Hex6E4E861209b55f2f
Octal6344350141201126513757
Binary110111001001110100011000011001001101101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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