#06E2D0

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

Shades of Bright Turquoise #06E2D0

Tints of Bright Turquoise #06E2D0

Color information

#06E2D0 (or 0x06E2D0) is unknown color: approx Bright Turquoise. HEX triplet: 06, E2 and D0. RGB value is (6,226,208). Sum of RGB (Red+Green+Blue) = 6+226+208=440 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #06E2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E2D0 is #F91D2F. Grayscale: #9E9E9E. Windows color (decimal): -16325936 or 13689350. OLE color: 13689350.

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

Color convert

RGB6226208-
CMYK0.9700.080.11
HSL175.09º94.83%45.49%-
HSV(B)175.09º97.35%88.63%-
XYZ38.6658.9969.02-
YUV158.17156.1119.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.36%
GREEN value IS 226 (88.67% from 255) = 51.36%
BLUE value IS 208 (81.64% from 255) = 47.27%
R=1.36%
G=51.36%
B=47.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62262080.9700.080.11175.0994.8345.49
Hex6E2D06108Baf5f2d
Octal63423201410101325713755
Binary11011100010110100001100001010001011101011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,226,208); }

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

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

 a { background-color: rgb(6,226,208); }

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

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

 span { border-color: rgb(6,226,208); }

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