#06DFDE

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

Shades of Bright Turquoise #06DFDE

Tints of Bright Turquoise #06DFDE

Color information

#06DFDE (or 0x06DFDE) is unknown color: approx Bright Turquoise. HEX triplet: 06, DF and DE. RGB value is (6,223,222). Sum of RGB (Red+Green+Blue) = 6+223+222=451 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DFDE is #F92021. Grayscale: #9D9D9D. Windows color (decimal): -16326690 or 14606086. OLE color: 14606086.

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

Color convert

RGB6223222-
CMYK0.9700.000.13
HSL179.72º94.76%44.9%-
HSV(B)179.72º97.31%87.45%-
XYZ39.6558.0978.23-
YUV158164.1119.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.33%
GREEN value IS 223 (87.5% from 255) = 49.45%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=1.33%
G=49.45%
B=49.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62232220.9700.000.13179.7294.7644.9
Hex6DFDE6100Db45f2d
Octal6337336141001526413755
Binary11011011111110111101100001001101101101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,223,222); }

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

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

 a { background-color: rgb(6,223,222); }

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

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

 span { border-color: rgb(6,223,222); }

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