Html Css Color HEX #02CADB Dark Turquoise

📋 copy color: '#02CADB'

red 2 ◦ green 202 ◦ blue 219

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

Shades of Dark Turquoise #02CADB

Tints of Dark Turquoise #02CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

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

R = 0.47%
G = 47.75%
B = 51.77%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02CADB (or 0x02CADB) is known color: Dark Turquoise. HEX triplet: 02, CA and DB. RGB value is (2,202,219). Sum of RGB (Red+Green+Blue) = 2+202+219=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #02CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CADB is #FD3524. Grayscale: #8F8F8F. Windows color (decimal): -16594213 or 14404098. OLE color: 14404098.

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

Color convert

RGB 2 202 219 -
CMYK 0.99 0.08 0 0.14
HSL 184.7º 0.98% 0.43% -
HSV(B) 184.7º 0.99% 0.86% -
XYZ 33.93 47.37 74.37 -
YUV 144.14 170.24 26.62 -
System Red Green Blue C M Y K H S L
Decimal 2 202 219 0.99 0.08 0 0.14 184.7 0.98 0.43
Hex 2 CA DB 63 8 0 E B9 62 2B
Octal 2 312 333 143 10 0 16 271 142 53
Binary 10 11001010 11011011 1100011 1000 0 1110 10111001 1100010 101011

Color Harmonies of #02CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CADB

Black with #02CADB

Text Example


Text Example

White with #02CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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