Html Css Color HEX #02DFCB Dark Turquoise

📋 copy color: '#02DFCB'

red 2 ◦ green 223 ◦ blue 203

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

Shades of Dark Turquoise #02DFCB

Tints of Dark Turquoise #02DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.1%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 0.47%
G = 52.1%
B = 47.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#02DFCB (or 0x02DFCB) is known color: Dark Turquoise. HEX triplet: 02, DF and CB. RGB value is (2,223,203). Sum of RGB (Red+Green+Blue) = 2+223+203=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #02DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DFCB is #FD2034. Grayscale: #9A9A9A. Windows color (decimal): -16588853 or 13360898. OLE color: 13360898.

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

Color convert

RGB 2 223 203 -
CMYK 0.99 0 0.09 0.13
HSL 174.57º 0.98% 0.44% -
HSV(B) 174.57º 0.99% 0.87% -
XYZ 37.19 57.1 65.56 -
YUV 154.64 155.28 19.13 -
System Red Green Blue C M Y K H S L
Decimal 2 223 203 0.99 0 0.09 0.13 174.57 0.98 0.44
Hex 2 DF CB 63 0 9 D AF 62 2C
Octal 2 337 313 143 0 11 15 257 142 54
Binary 10 11011111 11001011 1100011 0 1001 1101 10101111 1100010 101100

Color Harmonies of #02DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DFCB

Black with #02DFCB

Text Example


Text Example

White with #02DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,223,203); }

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

background-color css

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

 a { background-color: rgb(2,223,203); }

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

border-color css

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

 span { border-color: rgb(2,223,203); }

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