Html Css Color HEX #02E9C0 Bright Turquoise

📋 copy color: '#02E9C0'

red 2 ◦ green 233 ◦ blue 192

#02E9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #02E9C0

Tints of Bright Turquoise #02E9C0

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

 GREEN value IS 233 (91.41% from 255) = 54.57%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 0.47%
G = 54.57%
B = 44.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#02E9C0 (or 0x02E9C0) is known color: Bright Turquoise. HEX triplet: 02, E9 and C0. RGB value is (2,233,192). Sum of RGB (Red+Green+Blue) = 2+233+192=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #02E9C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E9C0 is #FD163F. Grayscale: #9F9F9F. Windows color (decimal): -16586304 or 12642562. OLE color: 12642562.

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

Color convert

RGB 2 233 192 -
CMYK 0.99 0 0.18 0.09
HSL 169.35º 0.98% 0.46% -
HSV(B) 169.35º 0.99% 0.91% -
XYZ 38.68 62.1 59.82 -
YUV 159.26 146.47 15.83 -
System Red Green Blue C M Y K H S L
Decimal 2 233 192 0.99 0 0.18 0.09 169.35 0.98 0.46
Hex 2 E9 C0 63 0 12 9 A9 62 2E
Octal 2 351 300 143 0 22 11 251 142 56
Binary 10 11101001 11000000 1100011 0 10010 1001 10101001 1100010 101110

Color Harmonies of #02E9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E9C0

Black with #02E9C0

Text Example


Text Example

White with #02E9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,233,192); }

 H1.HeaderClassName
 {
   color: #02E9C0;
 }
 .AnyTagClassName
 {
   color: #02E9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(2,233,192); }

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

border-color css

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

 span { border-color: rgb(2,233,192); }

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