#06E6D8

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

Shades of Bright Turquoise #06E6D8

Tints of Bright Turquoise #06E6D8

Color information

#06E6D8 (or 0x06E6D8) is unknown color: approx Bright Turquoise. HEX triplet: 06, E6 and D8. RGB value is (6,230,216). Sum of RGB (Red+Green+Blue) = 6+230+216=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #06E6D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E6D8 is #F91927. Grayscale: #A1A1A1. Windows color (decimal): -16324904 or 14214662. OLE color: 14214662.

HSL color Cylindrical-coordinate representation of color #06E6D8: hue angle of 176.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E6D8 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB6230216-
CMYK0.9700.060.10
HSL176.25º94.92%46.27%-
HSV(B)176.25º97.39%90.2%-
XYZ40.7761.5974.71-
YUV161.43158.7917.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.33%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=1.33%
G=50.88%
B=47.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal62302160.9700.060.10176.2594.9246.27
Hex6E6D86106Ab05f2e
Octal6346330141061226013756
Binary1101110011011011000110000101101010101100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,230,216); }

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

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

 a { background-color: rgb(6,230,216); }

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

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

 span { border-color: rgb(6,230,216); }

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