Html Css Color HEX #06DCD0 Dark Turquoise

📋 copy color: '#06DCD0'

red 6 ◦ green 220 ◦ blue 208

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

Shades of Dark Turquoise #06DCD0

Tints of Dark Turquoise #06DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 1.38%
G = 50.69%
B = 47.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#06DCD0 (or 0x06DCD0) is known color: Dark Turquoise. HEX triplet: 06, DC and D0. RGB value is (6,220,208). Sum of RGB (Red+Green+Blue) = 6+220+208=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCD0 is #F9232F. Grayscale: #9A9A9A. Windows color (decimal): -16327472 or 13687814. OLE color: 13687814.

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

Color convert

RGB 6 220 208 -
CMYK 0.97 0 0.05 0.14
HSL 176.64º 0.95% 0.44% -
HSV(B) 176.64º 0.97% 0.86% -
XYZ 37.05 55.78 68.49 -
YUV 154.65 158.1 21.98 -
System Red Green Blue C M Y K H S L
Decimal 6 220 208 0.97 0 0.05 0.14 176.64 0.95 0.44
Hex 6 DC D0 61 0 5 E B1 5F 2C
Octal 6 334 320 141 0 5 16 261 137 54
Binary 110 11011100 11010000 1100001 0 101 1110 10110001 1011111 101100

Color Harmonies of #06DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCD0

Black with #06DCD0

Text Example


Text Example

White with #06DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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