Html Css Color HEX #02E9C5 Bright Turquoise

📋 copy color: '#02E9C5'

red 2 ◦ green 233 ◦ blue 197

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

Shades of Bright Turquoise #02E9C5

Tints of Bright Turquoise #02E9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 0.46%
G = 53.94%
B = 45.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#02E9C5 (or 0x02E9C5) is known color: Bright Turquoise. HEX triplet: 02, E9 and C5. RGB value is (2,233,197). Sum of RGB (Red+Green+Blue) = 2+233+197=432 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #02E9C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E9C5 is #FD163A. Grayscale: #9F9F9F. Windows color (decimal): -16586299 or 12970242. OLE color: 12970242.

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

Color convert

RGB 2 233 197 -
CMYK 0.99 0 0.15 0.09
HSL 170.65º 0.98% 0.46% -
HSV(B) 170.65º 0.99% 0.91% -
XYZ 39.24 62.32 62.78 -
YUV 159.83 148.97 15.43 -
System Red Green Blue C M Y K H S L
Decimal 2 233 197 0.99 0 0.15 0.09 170.65 0.98 0.46
Hex 2 E9 C5 63 0 F 9 AB 62 2E
Octal 2 351 305 143 0 17 11 253 142 56
Binary 10 11101001 11000101 1100011 0 1111 1001 10101011 1100010 101110

Color Harmonies of #02E9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E9C5

Black with #02E9C5

Text Example


Text Example

White with #02E9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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