Html Css Color HEX #02EBC8 Bright Turquoise

📋 copy color: '#02EBC8'

red 2 ◦ green 235 ◦ blue 200

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

Shades of Bright Turquoise #02EBC8

Tints of Bright Turquoise #02EBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 0.46%
G = 53.78%
B = 45.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#02EBC8 (or 0x02EBC8) is known color: Bright Turquoise. HEX triplet: 02, EB and C8. RGB value is (2,235,200). Sum of RGB (Red+Green+Blue) = 2+235+200=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 235 (92.19% from 255 or 53.78% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 235 - color contains mainly: green. Hex color #02EBC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EBC8 is #FD1437. Grayscale: #A1A1A1. Windows color (decimal): -16585784 or 13167362. OLE color: 13167362.

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

Color convert

RGB 2 235 200 -
CMYK 0.99 0 0.15 0.08
HSL 170.99º 0.98% 0.46% -
HSV(B) 170.99º 0.99% 0.92% -
XYZ 40.16 63.6 64.8 -
YUV 161.34 149.81 14.35 -
System Red Green Blue C M Y K H S L
Decimal 2 235 200 0.99 0 0.15 0.08 170.99 0.98 0.46
Hex 2 EB C8 63 0 F 8 AB 62 2E
Octal 2 353 310 143 0 17 10 253 142 56
Binary 10 11101011 11001000 1100011 0 1111 1000 10101011 1100010 101110

Color Harmonies of #02EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EBC8

Black with #02EBC8

Text Example


Text Example

White with #02EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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