Html Css Color HEX #02E8C7 Bright Turquoise

📋 copy color: '#02E8C7'

red 2 ◦ green 232 ◦ blue 199

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

Shades of Bright Turquoise #02E8C7

Tints of Bright Turquoise #02E8C7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.58%

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 0.46%
G = 53.58%
B = 45.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#02E8C7 (or 0x02E8C7) is known color: Bright Turquoise. HEX triplet: 02, E8 and C7. RGB value is (2,232,199). Sum of RGB (Red+Green+Blue) = 2+232+199=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E8C7 is #FD1738. Grayscale: #9F9F9F. Windows color (decimal): -16586553 or 13101058. OLE color: 13101058.

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

Color convert

RGB 2 232 199 -
CMYK 0.99 0 0.14 0.09
HSL 171.39º 0.98% 0.46% -
HSV(B) 171.39º 0.99% 0.91% -
XYZ 39.19 61.85 63.91 -
YUV 159.47 150.3 15.68 -
System Red Green Blue C M Y K H S L
Decimal 2 232 199 0.99 0 0.14 0.09 171.39 0.98 0.46
Hex 2 E8 C7 63 0 E 9 AB 62 2E
Octal 2 350 307 143 0 16 11 253 142 56
Binary 10 11101000 11000111 1100011 0 1110 1001 10101011 1100010 101110

Color Harmonies of #02E8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E8C7

Black with #02E8C7

Text Example


Text Example

White with #02E8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,232,199); }

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

background-color css

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

 a { background-color: rgb(2,232,199); }

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

border-color css

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

 span { border-color: rgb(2,232,199); }

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