Html Css Color HEX #02E7D5 Bright Turquoise

📋 copy color: '#02E7D5'

red 2 ◦ green 231 ◦ blue 213

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

Shades of Bright Turquoise #02E7D5

Tints of Bright Turquoise #02E7D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 0.45%
G = 51.79%
B = 47.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#02E7D5 (or 0x02E7D5) is known color: Bright Turquoise. HEX triplet: 02, E7 and D5. RGB value is (2,231,213). Sum of RGB (Red+Green+Blue) = 2+231+213=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #02E7D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E7D5 is #FD182A. Grayscale: #A0A0A0. Windows color (decimal): -16586795 or 14018306. OLE color: 14018306.

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

Color convert

RGB 2 231 213 -
CMYK 0.99 0 0.08 0.09
HSL 175.28º 0.98% 0.46% -
HSV(B) 175.28º 0.99% 0.91% -
XYZ 40.61 61.97 72.77 -
YUV 160.48 157.63 14.96 -
System Red Green Blue C M Y K H S L
Decimal 2 231 213 0.99 0 0.08 0.09 175.28 0.98 0.46
Hex 2 E7 D5 63 0 8 9 AF 62 2E
Octal 2 347 325 143 0 10 11 257 142 56
Binary 10 11100111 11010101 1100011 0 1000 1001 10101111 1100010 101110

Color Harmonies of #02E7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E7D5

Black with #02E7D5

Text Example


Text Example

White with #02E7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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