Html Css Color HEX #02C2DA Dark Turquoise

📋 copy color: '#02C2DA'

red 2 ◦ green 194 ◦ blue 218

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

Shades of Dark Turquoise #02C2DA

Tints of Dark Turquoise #02C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 0.48%
G = 46.86%
B = 52.66%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#02C2DA (or 0x02C2DA) is known color: Dark Turquoise. HEX triplet: 02, C2 and DA. RGB value is (2,194,218). Sum of RGB (Red+Green+Blue) = 2+194+218=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #02C2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2DA is #FD3D25. Grayscale: #8B8B8B. Windows color (decimal): -16596262 or 14336514. OLE color: 14336514.

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

Color convert

RGB 2 194 218 -
CMYK 0.99 0.11 0 0.15
HSL 186.67º 0.98% 0.43% -
HSV(B) 186.67º 0.99% 0.85% -
XYZ 31.97 43.66 73.07 -
YUV 139.33 172.39 30.05 -
System Red Green Blue C M Y K H S L
Decimal 2 194 218 0.99 0.11 0 0.15 186.67 0.98 0.43
Hex 2 C2 DA 63 B 0 F BB 62 2B
Octal 2 302 332 143 13 0 17 273 142 53
Binary 10 11000010 11011010 1100011 1011 0 1111 10111011 1100010 101011

Color Harmonies of #02C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C2DA

Black with #02C2DA

Text Example


Text Example

White with #02C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,218); }

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

background-color css

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

 a { background-color: rgb(2,194,218); }

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

border-color css

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

 span { border-color: rgb(2,194,218); }

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