Html Css Color HEX #02CDDD Dark Turquoise

📋 copy color: '#02CDDD'

red 2 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #02CDDD

Tints of Dark Turquoise #02CDDD

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

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

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

R = 0.47%
G = 47.9%
B = 51.64%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02CDDD (or 0x02CDDD) is known color: Dark Turquoise. HEX triplet: 02, CD and DD. RGB value is (2,205,221). Sum of RGB (Red+Green+Blue) = 2+205+221=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #02CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDDD is #FD3222. Grayscale: #919191. Windows color (decimal): -16593443 or 14535938. OLE color: 14535938.

HSL color Cylindrical-coordinate representation of color #02CDDD: hue angle of 184.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDDD is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 205 221 -
CMYK 0.99 0.07 0 0.13
HSL 184.38º 0.98% 0.44% -
HSV(B) 184.38º 0.99% 0.87% -
XYZ 34.91 48.9 76 -
YUV 146.13 170.25 25.2 -
System Red Green Blue C M Y K H S L
Decimal 2 205 221 0.99 0.07 0 0.13 184.38 0.98 0.44
Hex 2 CD DD 63 7 0 D B8 62 2C
Octal 2 315 335 143 7 0 15 270 142 54
Binary 10 11001101 11011101 1100011 111 0 1101 10111000 1100010 101100

Color Harmonies of #02CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CDDD

Black with #02CDDD

Text Example


Text Example

White with #02CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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