#06DFD7

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

Shades of Bright Turquoise #06DFD7

Tints of Bright Turquoise #06DFD7

Color information

#06DFD7 (or 0x06DFD7) is unknown color: approx Bright Turquoise. HEX triplet: 06, DF and D7. RGB value is (6,223,215). Sum of RGB (Red+Green+Blue) = 6+223+215=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DFD7 is #F92028. Grayscale: #9D9D9D. Windows color (decimal): -16326697 or 14147334. OLE color: 14147334.

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

Color convert

RGB6223215-
CMYK0.9700.040.13
HSL177.79º94.76%44.9%-
HSV(B)177.79º97.31%87.45%-
XYZ38.7357.7273.39-
YUV157.2160.6120.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.35%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=1.35%
G=50.23%
B=48.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62232150.9700.040.13177.7994.7644.9
Hex6DFD76104Db25f2d
Octal6337327141041526213755
Binary1101101111111010111110000101001101101100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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