#02C5D5

Color #02C5D5 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #02C5D5

Tints of Dark Turquoise #02C5D5

Color information

#02C5D5 (or 0x02C5D5) is unknown color: approx Dark Turquoise. HEX triplet: 02, C5 and D5. RGB value is (2,197,213). Sum of RGB (Red+Green+Blue) = 2+197+213=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #02C5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5D5 is #FD3A2A. Grayscale: #8C8C8C. Windows color (decimal): -16595499 or 14009602. OLE color: 14009602.

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

Color convert

RGB2197213-
CMYK0.990.0800.16
HSL184.55º98.14%42.16%-
HSV(B)184.55º99.06%83.53%-
XYZ3244.7569.9-
YUV140.52168.929.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 213 (83.59% from 255) = 51.70%
R=0.49%
G=47.82%
B=51.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21972130.990.0800.16184.5598.1442.16
Hex2C5D5638010b9622a
Octal23053251431002027114252
Binary10110001011101010111000111000010000101110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,197,213); }

 H1.HeaderClassName
 {
   color: #02C5D5;
 }
 .AnyTagClassName
 {
   color: #02C5D5;
 }
</style>
background-color css

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

 a { background-color: rgb(2,197,213); }

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

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

 span { border-color: rgb(2,197,213); }

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