Html Css Color HEX #02E0F7 Bright Turquoise

📋 copy color: '#02E0F7'

red 2 ◦ green 224 ◦ blue 247

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

Shades of Bright Turquoise #02E0F7

Tints of Bright Turquoise #02E0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.22%

R = 0.42%
G = 47.36%
B = 52.22%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#02E0F7 (or 0x02E0F7) is known color: Bright Turquoise. HEX triplet: 02, E0 and F7. RGB value is (2,224,247). Sum of RGB (Red+Green+Blue) = 2+224+247=473 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #02E0F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E0F7 is #FD1F08. Grayscale: #9F9F9F. Windows color (decimal): -16588553 or 16244738. OLE color: 16244738.

HSL color Cylindrical-coordinate representation of color #02E0F7: hue angle of 185.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E0F7 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 224 247 -
CMYK 0.99 0.09 0 0.03
HSL 185.63º 0.98% 0.49% -
HSV(B) 185.63º 0.99% 0.97% -
XYZ 43.47 60.04 97.29 -
YUV 160.24 176.95 15.13 -
System Red Green Blue C M Y K H S L
Decimal 2 224 247 0.99 0.09 0 0.03 185.63 0.98 0.49
Hex 2 E0 F7 63 9 0 3 BA 62 31
Octal 2 340 367 143 11 0 3 272 142 61
Binary 10 11100000 11110111 1100011 1001 0 11 10111010 1100010 110001

Color Harmonies of #02E0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E0F7

Black with #02E0F7

Text Example


Text Example

White with #02E0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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