#02E8CC

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

Shades of Bright Turquoise #02E8CC

Tints of Bright Turquoise #02E8CC

Color information

#02E8CC (or 0x02E8CC) is unknown color: approx Bright Turquoise. HEX triplet: 02, E8 and CC. RGB value is (2,232,204). Sum of RGB (Red+Green+Blue) = 2+232+204=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E8CC is #FD1733. Grayscale: #9F9F9F. Windows color (decimal): -16586548 or 13428738. OLE color: 13428738.

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

Color convert

RGB2232204-
CMYK0.9900.120.09
HSL172.7º98.29%45.88%-
HSV(B)172.7º99.14%90.98%-
XYZ39.7862.0967.01-
YUV160.04152.815.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 232 (91.02% from 255) = 52.97%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=0.46%
G=52.97%
B=46.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22322040.9900.120.09172.798.2945.88
Hex2E8CC630C9ad622e
Octal23503141430141125514256
Binary1011101000110011001100011011001001101011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,232,204); }

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

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

 a { background-color: rgb(2,232,204); }

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

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

 span { border-color: rgb(2,232,204); }

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