Html Css Color HEX #06DCCF Dark Turquoise

📋 copy color: '#06DCCF'

red 6 ◦ green 220 ◦ blue 207

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

Shades of Dark Turquoise #06DCCF

Tints of Dark Turquoise #06DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 1.39%
G = 50.81%
B = 47.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#06DCCF (or 0x06DCCF) is known color: Dark Turquoise. HEX triplet: 06, DC and CF. RGB value is (6,220,207). Sum of RGB (Red+Green+Blue) = 6+220+207=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCCF is #F92330. Grayscale: #9A9A9A. Windows color (decimal): -16327473 or 13622278. OLE color: 13622278.

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

Color convert

RGB 6 220 207 -
CMYK 0.97 0 0.06 0.14
HSL 176.36º 0.95% 0.44% -
HSV(B) 176.36º 0.97% 0.86% -
XYZ 36.93 55.73 67.84 -
YUV 154.53 157.6 22.06 -
System Red Green Blue C M Y K H S L
Decimal 6 220 207 0.97 0 0.06 0.14 176.36 0.95 0.44
Hex 6 DC CF 61 0 6 E B0 5F 2C
Octal 6 334 317 141 0 6 16 260 137 54
Binary 110 11011100 11001111 1100001 0 110 1110 10110000 1011111 101100

Color Harmonies of #06DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCCF

Black with #06DCCF

Text Example


Text Example

White with #06DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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