Html Css Color HEX #06CCDD Dark Turquoise

📋 copy color: '#06CCDD'

red 6 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #06CCDD

Tints of Dark Turquoise #06CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.33%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 1.39%
G = 47.33%
B = 51.28%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06CCDD (or 0x06CCDD) is known color: Dark Turquoise. HEX triplet: 06, CC and DD. RGB value is (6,204,221). Sum of RGB (Red+Green+Blue) = 6+204+221=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #06CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CCDD is #F93322. Grayscale: #929292. Windows color (decimal): -16331555 or 14535686. OLE color: 14535686.

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

Color convert

RGB 6 204 221 -
CMYK 0.97 0.08 0 0.13
HSL 184.74º 0.95% 0.45% -
HSV(B) 184.74º 0.97% 0.87% -
XYZ 34.72 48.44 75.93 -
YUV 146.74 169.9 27.62 -
System Red Green Blue C M Y K H S L
Decimal 6 204 221 0.97 0.08 0 0.13 184.74 0.95 0.45
Hex 6 CC DD 61 8 0 D B9 5F 2D
Octal 6 314 335 141 10 0 15 271 137 55
Binary 110 11001100 11011101 1100001 1000 0 1101 10111001 1011111 101101

Color Harmonies of #06CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CCDD

Black with #06CCDD

Text Example


Text Example

White with #06CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,221); }

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

background-color css

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

 a { background-color: rgb(6,204,221); }

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

border-color css

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

 span { border-color: rgb(6,204,221); }

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