Html Css Color HEX #02E7EA Bright Turquoise

📋 copy color: '#02E7EA'

red 2 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #02E7EA

Tints of Bright Turquoise #02E7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 0.43%
G = 49.46%
B = 50.11%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02E7EA (or 0x02E7EA) is known color: Bright Turquoise. HEX triplet: 02, E7 and EA. RGB value is (2,231,234). Sum of RGB (Red+Green+Blue) = 2+231+234=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #02E7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02E7EA is #FD1815. Grayscale: #A2A2A2. Windows color (decimal): -16586774 or 15394562. OLE color: 15394562.

HSL color Cylindrical-coordinate representation of color #02E7EA: hue angle of 180.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E7EA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 231 234 -
CMYK 0.99 0.01 0 0.08
HSL 180.78º 0.98% 0.46% -
HSV(B) 180.78º 0.99% 0.92% -
XYZ 43.45 63.11 87.73 -
YUV 162.87 168.13 13.26 -
System Red Green Blue C M Y K H S L
Decimal 2 231 234 0.99 0.01 0 0.08 180.78 0.98 0.46
Hex 2 E7 EA 63 1 0 8 B5 62 2E
Octal 2 347 352 143 1 0 10 265 142 56
Binary 10 11100111 11101010 1100011 1 0 1000 10110101 1100010 101110

Color Harmonies of #02E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E7EA

Black with #02E7EA

Text Example


Text Example

White with #02E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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