Html Css Color HEX #02EBBE Bright Turquoise

📋 copy color: '#02EBBE'

red 2 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #02EBBE

Tints of Bright Turquoise #02EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.04%

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

R = 0.47%
G = 55.04%
B = 44.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#02EBBE (or 0x02EBBE) is known color: Bright Turquoise. HEX triplet: 02, EB and BE. RGB value is (2,235,190). Sum of RGB (Red+Green+Blue) = 2+235+190=427 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #02EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EBBE is #FD1441. Grayscale: #A0A0A0. Windows color (decimal): -16585794 or 12512002. OLE color: 12512002.

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

Color convert

RGB 2 235 190 -
CMYK 0.99 0 0.19 0.08
HSL 168.41º 0.98% 0.46% -
HSV(B) 168.41º 0.99% 0.92% -
XYZ 39.03 63.15 58.85 -
YUV 160.2 144.81 15.16 -
System Red Green Blue C M Y K H S L
Decimal 2 235 190 0.99 0 0.19 0.08 168.41 0.98 0.46
Hex 2 EB BE 63 0 13 8 A8 62 2E
Octal 2 353 276 143 0 23 10 250 142 56
Binary 10 11101011 10111110 1100011 0 10011 1000 10101000 1100010 101110

Color Harmonies of #02EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EBBE

Black with #02EBBE

Text Example


Text Example

White with #02EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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