#02C4E3

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

Shades of Dark Turquoise #02C4E3

Tints of Dark Turquoise #02C4E3

Color information

#02C4E3 (or 0x02C4E3) is unknown color: approx Dark Turquoise. HEX triplet: 02, C4 and E3. RGB value is (2,196,227). Sum of RGB (Red+Green+Blue) = 2+196+227=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #02C4E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C4E3 is #FD3B1C. Grayscale: #8D8D8D. Windows color (decimal): -16595741 or 14926850. OLE color: 14926850.

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

Color convert

RGB2196227-
CMYK0.990.1400.11
HSL188.27º98.25%44.9%-
HSV(B)188.27º99.12%89.02%-
XYZ33.6345.0479.59-
YUV141.53176.2328.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.47%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 227 (89.06% from 255) = 53.41%
R=0.47%
G=46.12%
B=53.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21962270.990.1400.11188.2798.2544.9
Hex2C4E363E0Bbc622d
Octal23043431431601327414255
Binary1011000100111000111100011111001011101111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,196,227); }

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

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

 a { background-color: rgb(2,196,227); }

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

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

 span { border-color: rgb(2,196,227); }

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