Html Css Color HEX #06DACE Dark Turquoise

📋 copy color: '#06DACE'

red 6 ◦ green 218 ◦ blue 206

#06DACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #06DACE

Tints of Dark Turquoise #06DACE

RGB

 RED value IS 6 (2.73% from 255) = 1.4%

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 1.4%
G = 50.7%
B = 47.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#06DACE (or 0x06DACE) is known color: Dark Turquoise. HEX triplet: 06, DA and CE. RGB value is (6,218,206). Sum of RGB (Red+Green+Blue) = 6+218+206=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #06DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DACE is #F92531. Grayscale: #999999. Windows color (decimal): -16327986 or 13556230. OLE color: 13556230.

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

Color convert

RGB 6 218 206 -
CMYK 0.97 0 0.06 0.15
HSL 176.6º 0.95% 0.44% -
HSV(B) 176.6º 0.97% 0.85% -
XYZ 36.29 54.64 67.03 -
YUV 153.24 157.76 22.98 -
System Red Green Blue C M Y K H S L
Decimal 6 218 206 0.97 0 0.06 0.15 176.6 0.95 0.44
Hex 6 DA CE 61 0 6 F B1 5F 2C
Octal 6 332 316 141 0 6 17 261 137 54
Binary 110 11011010 11001110 1100001 0 110 1111 10110001 1011111 101100

Color Harmonies of #06DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DACE

Black with #06DACE

Text Example


Text Example

White with #06DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,218,206); }

 H1.HeaderClassName
 {
   color: #06DACE;
 }
 .AnyTagClassName
 {
   color: #06DACE;
 }
</style>

background-color css

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

 a { background-color: rgb(6,218,206); }

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

border-color css

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

 span { border-color: rgb(6,218,206); }

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