Html Css Color HEX #02E7C9 Bright Turquoise

📋 copy color: '#02E7C9'

red 2 ◦ green 231 ◦ blue 201

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

Shades of Bright Turquoise #02E7C9

Tints of Bright Turquoise #02E7C9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.23%

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 0.46%
G = 53.23%
B = 46.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#02E7C9 (or 0x02E7C9) is known color: Bright Turquoise. HEX triplet: 02, E7 and C9. RGB value is (2,231,201). Sum of RGB (Red+Green+Blue) = 2+231+201=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #02E7C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E7C9 is #FD1836. Grayscale: #9F9F9F. Windows color (decimal): -16586807 or 13231874. OLE color: 13231874.

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

Color convert

RGB 2 231 201 -
CMYK 0.99 0 0.13 0.09
HSL 172.14º 0.98% 0.46% -
HSV(B) 172.14º 0.99% 0.91% -
XYZ 39.14 61.38 65.04 -
YUV 159.11 151.63 15.94 -
System Red Green Blue C M Y K H S L
Decimal 2 231 201 0.99 0 0.13 0.09 172.14 0.98 0.46
Hex 2 E7 C9 63 0 D 9 AC 62 2E
Octal 2 347 311 143 0 15 11 254 142 56
Binary 10 11100111 11001001 1100011 0 1101 1001 10101100 1100010 101110

Color Harmonies of #02E7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E7C9

Black with #02E7C9

Text Example


Text Example

White with #02E7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,231,201); }

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

background-color css

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

 a { background-color: rgb(2,231,201); }

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

border-color css

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

 span { border-color: rgb(2,231,201); }

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