#02E8EE

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

Shades of Bright Turquoise #02E8EE

Tints of Bright Turquoise #02E8EE

Color information

#02E8EE (or 0x02E8EE) is unknown color: approx Bright Turquoise. HEX triplet: 02, E8 and EE. RGB value is (2,232,238). Sum of RGB (Red+Green+Blue) = 2+232+238=472 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #02E8EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02E8EE is #FD1711. Grayscale: #A3A3A3. Windows color (decimal): -16586514 or 15656962. OLE color: 15656962.

HSL color Cylindrical-coordinate representation of color #02E8EE: hue angle of 181.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E8EE is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2232238-
CMYK0.990.0300.07
HSL181.53º98.33%47.06%-
HSV(B)181.53º99.16%93.33%-
XYZ44.3163.990.89-
YUV163.91169.812.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.42%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=0.42%
G=49.15%
B=50.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22322380.990.0300.07181.5398.3347.06
Hex2E8EE63307b6622f
Octal235035614330726614257
Binary1011101000111011101100011110111101101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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