#06E3D6

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

Shades of Bright Turquoise #06E3D6

Tints of Bright Turquoise #06E3D6

Color information

#06E3D6 (or 0x06E3D6) is unknown color: approx Bright Turquoise. HEX triplet: 06, E3 and D6. RGB value is (6,227,214). Sum of RGB (Red+Green+Blue) = 6+227+214=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #06E3D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E3D6 is #F91C29. Grayscale: #9F9F9F. Windows color (decimal): -16325674 or 14082822. OLE color: 14082822.

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

Color convert

RGB6227214-
CMYK0.9700.060.11
HSL176.47º94.85%45.69%-
HSV(B)176.47º97.36%89.02%-
XYZ39.6859.8373.08-
YUV159.44158.7818.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.34%
GREEN value IS 227 (89.06% from 255) = 50.78%
BLUE value IS 214 (83.98% from 255) = 47.87%
R=1.34%
G=50.78%
B=47.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62272140.9700.060.11176.4794.8545.69
Hex6E3D66106Bb05f2e
Octal6343326141061326013756
Binary1101110001111010110110000101101011101100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,227,214); }

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

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

 a { background-color: rgb(6,227,214); }

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

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

 span { border-color: rgb(6,227,214); }

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