Html Css Color HEX #06CDDD Dark Turquoise

📋 copy color: '#06CDDD'

red 6 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #06CDDD

Tints of Dark Turquoise #06CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.45%

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

R = 1.39%
G = 47.45%
B = 51.16%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06CDDD (or 0x06CDDD) is known color: Dark Turquoise. HEX triplet: 06, CD and DD. RGB value is (6,205,221). Sum of RGB (Red+Green+Blue) = 6+205+221=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #06CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CDDD is #F93222. Grayscale: #939393. Windows color (decimal): -16331299 or 14535942. OLE color: 14535942.

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

Color convert

RGB 6 205 221 -
CMYK 0.97 0.07 0 0.13
HSL 184.47º 0.95% 0.45% -
HSV(B) 184.47º 0.97% 0.87% -
XYZ 34.96 48.92 76.01 -
YUV 147.32 169.57 27.2 -
System Red Green Blue C M Y K H S L
Decimal 6 205 221 0.97 0.07 0 0.13 184.47 0.95 0.45
Hex 6 CD DD 61 7 0 D B8 5F 2D
Octal 6 315 335 141 7 0 15 270 137 55
Binary 110 11001101 11011101 1100001 111 0 1101 10111000 1011111 101101

Color Harmonies of #06CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CDDD

Black with #06CDDD

Text Example


Text Example

White with #06CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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