Html Css Color HEX #02CDDB Dark Turquoise

📋 copy color: '#02CDDB'

red 2 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #02CDDB

Tints of Dark Turquoise #02CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 0.47%
G = 48.12%
B = 51.41%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02CDDB (or 0x02CDDB) is known color: Dark Turquoise. HEX triplet: 02, CD and DB. RGB value is (2,205,219). Sum of RGB (Red+Green+Blue) = 2+205+219=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #02CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CDDB is #FD3224. Grayscale: #919191. Windows color (decimal): -16593445 or 14404866. OLE color: 14404866.

HSL color Cylindrical-coordinate representation of color #02CDDB: hue angle of 183.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDDB is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 205 219 -
CMYK 0.99 0.06 0 0.14
HSL 183.87º 0.98% 0.43% -
HSV(B) 183.87º 0.99% 0.86% -
XYZ 34.64 48.79 74.61 -
YUV 145.9 169.25 25.36 -
System Red Green Blue C M Y K H S L
Decimal 2 205 219 0.99 0.06 0 0.14 183.87 0.98 0.43
Hex 2 CD DB 63 6 0 E B8 62 2B
Octal 2 315 333 143 6 0 16 270 142 53
Binary 10 11001101 11011011 1100011 110 0 1110 10111000 1100010 101011

Color Harmonies of #02CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CDDB

Black with #02CDDB

Text Example


Text Example

White with #02CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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