Html Css Color HEX #02E5E9 Bright Turquoise

📋 copy color: '#02E5E9'

red 2 ◦ green 229 ◦ blue 233

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

Shades of Bright Turquoise #02E5E9

Tints of Bright Turquoise #02E5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 0.43%
G = 49.35%
B = 50.22%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#02E5E9 (or 0x02E5E9) is known color: Bright Turquoise. HEX triplet: 02, E5 and E9. RGB value is (2,229,233). Sum of RGB (Red+Green+Blue) = 2+229+233=464 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #02E5E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E5E9 is #FD1A16. Grayscale: #A1A1A1. Windows color (decimal): -16587287 or 15328514. OLE color: 15328514.

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

Color convert

RGB 2 229 233 -
CMYK 0.99 0.02 0 0.09
HSL 181.04º 0.98% 0.46% -
HSV(B) 181.04º 0.99% 0.91% -
XYZ 42.75 61.93 86.79 -
YUV 161.58 168.29 14.17 -
System Red Green Blue C M Y K H S L
Decimal 2 229 233 0.99 0.02 0 0.09 181.04 0.98 0.46
Hex 2 E5 E9 63 2 0 9 B5 62 2E
Octal 2 345 351 143 2 0 11 265 142 56
Binary 10 11100101 11101001 1100011 10 0 1001 10110101 1100010 101110

Color Harmonies of #02E5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E5E9

Black with #02E5E9

Text Example


Text Example

White with #02E5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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