#02EDD2

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

Shades of Bright Turquoise #02EDD2

Tints of Bright Turquoise #02EDD2

Color information

#02EDD2 (or 0x02EDD2) is unknown color: approx Bright Turquoise. HEX triplet: 02, ED and D2. RGB value is (2,237,210). Sum of RGB (Red+Green+Blue) = 2+237+210=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EDD2 is #FD122D. Grayscale: #A3A3A3. Windows color (decimal): -16585262 or 13823234. OLE color: 13823234.

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

Color convert

RGB2237210-
CMYK0.9900.110.07
HSL173.11º98.33%46.86%-
HSV(B)173.11º99.16%92.94%-
XYZ41.9465.2371.35-
YUV163.66154.1412.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 237 (92.97% from 255) = 52.78%
BLUE value IS 210 (82.42% from 255) = 46.77%
R=0.45%
G=52.78%
B=46.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22372100.9900.110.07173.1198.3346.86
Hex2EDD2630B7ad622f
Octal2355322143013725514257
Binary101110110111010010110001101011111101011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,237,210); }

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

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

 a { background-color: rgb(2,237,210); }

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

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

 span { border-color: rgb(2,237,210); }

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