Html Css Color HEX #02CCDD Dark Turquoise

📋 copy color: '#02CCDD'

red 2 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #02CCDD

Tints of Dark Turquoise #02CCDD

RGB

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

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

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

R = 0.47%
G = 47.78%
B = 51.76%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02CCDD (or 0x02CCDD) is known color: Dark Turquoise. HEX triplet: 02, CC and DD. RGB value is (2,204,221). Sum of RGB (Red+Green+Blue) = 2+204+221=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #02CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCDD is #FD3322. Grayscale: #919191. Windows color (decimal): -16593699 or 14535682. OLE color: 14535682.

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

Color convert

RGB 2 204 221 -
CMYK 0.99 0.08 0 0.13
HSL 184.66º 0.98% 0.44% -
HSV(B) 184.66º 0.99% 0.87% -
XYZ 34.67 48.42 75.93 -
YUV 145.54 170.58 25.62 -
System Red Green Blue C M Y K H S L
Decimal 2 204 221 0.99 0.08 0 0.13 184.66 0.98 0.44
Hex 2 CC DD 63 8 0 D B9 62 2C
Octal 2 314 335 143 10 0 15 271 142 54
Binary 10 11001100 11011101 1100011 1000 0 1101 10111001 1100010 101100

Color Harmonies of #02CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CCDD

Black with #02CCDD

Text Example


Text Example

White with #02CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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