Html Css Color HEX #02E0EA Bright Turquoise

📋 copy color: '#02E0EA'

red 2 ◦ green 224 ◦ blue 234

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

Shades of Bright Turquoise #02E0EA

Tints of Bright Turquoise #02E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.7%

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

R = 0.43%
G = 48.7%
B = 50.87%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02E0EA (or 0x02E0EA) is known color: Bright Turquoise. HEX triplet: 02, E0 and EA. RGB value is (2,224,234). Sum of RGB (Red+Green+Blue) = 2+224+234=460 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #02E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E0EA is #FD1F15. Grayscale: #9E9E9E. Windows color (decimal): -16588566 or 15392770. OLE color: 15392770.

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

Color convert

RGB 2 224 234 -
CMYK 0.99 0.04 0 0.08
HSL 182.59º 0.98% 0.46% -
HSV(B) 182.59º 0.99% 0.92% -
XYZ 41.53 59.26 87.09 -
YUV 158.76 170.45 16.19 -
System Red Green Blue C M Y K H S L
Decimal 2 224 234 0.99 0.04 0 0.08 182.59 0.98 0.46
Hex 2 E0 EA 63 4 0 8 B7 62 2E
Octal 2 340 352 143 4 0 10 267 142 56
Binary 10 11100000 11101010 1100011 100 0 1000 10110111 1100010 101110

Color Harmonies of #02E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E0EA

Black with #02E0EA

Text Example


Text Example

White with #02E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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