#02E5D0

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

Shades of Bright Turquoise #02E5D0

Tints of Bright Turquoise #02E5D0

Color information

#02E5D0 (or 0x02E5D0) is unknown color: approx Bright Turquoise. HEX triplet: 02, E5 and D0. RGB value is (2,229,208). Sum of RGB (Red+Green+Blue) = 2+229+208=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #02E5D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E5D0 is #FD1A2F. Grayscale: #9E9E9E. Windows color (decimal): -16587312 or 13690114. OLE color: 13690114.

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

Color convert

RGB2229208-
CMYK0.9900.090.10
HSL174.45º98.27%45.29%-
HSV(B)174.45º99.13%89.8%-
XYZ39.4360.6169.29-
YUV158.73155.7916.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 229 (89.84% from 255) = 52.16%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=0.46%
G=52.16%
B=47.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22292080.9900.090.10174.4598.2745.29
Hex2E5D06309Aae622d
Octal23453201430111225614255
Binary1011100101110100001100011010011010101011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,229,208); }

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

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

 a { background-color: rgb(2,229,208); }

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

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

 span { border-color: rgb(2,229,208); }

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