Html Css Color HEX #02CBD2 Dark Turquoise

📋 copy color: '#02CBD2'

red 2 ◦ green 203 ◦ blue 210

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

Shades of Dark Turquoise #02CBD2

Tints of Dark Turquoise #02CBD2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

 BLUE value IS 210 (82.42% from 255) = 50.6%

R = 0.48%
G = 48.92%
B = 50.6%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02CBD2 (or 0x02CBD2) is known color: Dark Turquoise. HEX triplet: 02, CB and D2. RGB value is (2,203,210). Sum of RGB (Red+Green+Blue) = 2+203+210=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #02CBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBD2 is #FD342D. Grayscale: #8F8F8F. Windows color (decimal): -16593966 or 13814530. OLE color: 13814530.

HSL color Cylindrical-coordinate representation of color #02CBD2: hue angle of 182.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBD2 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 203 210 -
CMYK 0.99 0.03 0 0.18
HSL 182.02º 0.98% 0.42% -
HSV(B) 182.02º 0.99% 0.82% -
XYZ 33.01 47.38 68.38 -
YUV 143.7 165.41 26.93 -
System Red Green Blue C M Y K H S L
Decimal 2 203 210 0.99 0.03 0 0.18 182.02 0.98 0.42
Hex 2 CB D2 63 3 0 12 B6 62 2A
Octal 2 313 322 143 3 0 22 266 142 52
Binary 10 11001011 11010010 1100011 11 0 10010 10110110 1100010 101010

Color Harmonies of #02CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBD2

Black with #02CBD2

Text Example


Text Example

White with #02CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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