#02E3DA

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

Shades of Bright Turquoise #02E3DA

Tints of Bright Turquoise #02E3DA

Color information

#02E3DA (or 0x02E3DA) is unknown color: approx Bright Turquoise. HEX triplet: 02, E3 and DA. RGB value is (2,227,218). Sum of RGB (Red+Green+Blue) = 2+227+218=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #02E3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E3DA is #FD1C25. Grayscale: #9E9E9E. Windows color (decimal): -16587814 or 14344962. OLE color: 14344962.

HSL color Cylindrical-coordinate representation of color #02E3DA: hue angle of 177.6º 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 #02E3DA is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB2227218-
CMYK0.9900.040.11
HSL177.6º98.25%44.9%-
HSV(B)177.6º99.12%89.02%-
XYZ40.1560.0175.8-
YUV158.7161.4616.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 227 (89.06% from 255) = 50.78%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=0.45%
G=50.78%
B=48.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22272180.9900.040.11177.698.2544.9
Hex2E3DA6304Bb2622d
Octal2343332143041326214255
Binary101110001111011010110001101001011101100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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