Html Css Color HEX #02EEBE Bright Turquoise

📋 copy color: '#02EEBE'

red 2 ◦ green 238 ◦ blue 190

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

Shades of Bright Turquoise #02EEBE

Tints of Bright Turquoise #02EEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 55.35%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 0.47%
G = 55.35%
B = 44.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#02EEBE (or 0x02EEBE) is known color: Bright Turquoise. HEX triplet: 02, EE and BE. RGB value is (2,238,190). Sum of RGB (Red+Green+Blue) = 2+238+190=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #02EEBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EEBE is #FD1141. Grayscale: #A1A1A1. Windows color (decimal): -16585026 or 12512770. OLE color: 12512770.

HSL color Cylindrical-coordinate representation of color #02EEBE: hue angle of 167.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EEBE is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 238 190 -
CMYK 0.99 0 0.20 0.07
HSL 167.8º 0.98% 0.47% -
HSV(B) 167.8º 0.99% 0.93% -
XYZ 39.89 64.88 59.14 -
YUV 161.96 143.81 13.9 -
System Red Green Blue C M Y K H S L
Decimal 2 238 190 0.99 0 0.20 0.07 167.8 0.98 0.47
Hex 2 EE BE 63 0 14 7 A8 62 2F
Octal 2 356 276 143 0 24 7 250 142 57
Binary 10 11101110 10111110 1100011 0 10100 111 10101000 1100010 101111

Color Harmonies of #02EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EEBE

Black with #02EEBE

Text Example


Text Example

White with #02EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,238,190); }

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

background-color css

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

 a { background-color: rgb(2,238,190); }

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

border-color css

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

 span { border-color: rgb(2,238,190); }

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