Html Css Color HEX #02EBC6 Bright Turquoise

📋 copy color: '#02EBC6'

red 2 ◦ green 235 ◦ blue 198

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

Shades of Bright Turquoise #02EBC6

Tints of Bright Turquoise #02EBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 0.46%
G = 54.02%
B = 45.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#02EBC6 (or 0x02EBC6) is known color: Bright Turquoise. HEX triplet: 02, EB and C6. RGB value is (2,235,198). Sum of RGB (Red+Green+Blue) = 2+235+198=435 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #02EBC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EBC6 is #FD1439. Grayscale: #A1A1A1. Windows color (decimal): -16585786 or 13036290. OLE color: 13036290.

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

Color convert

RGB 2 235 198 -
CMYK 0.99 0 0.16 0.08
HSL 170.47º 0.98% 0.46% -
HSV(B) 170.47º 0.99% 0.92% -
XYZ 39.93 63.51 63.58 -
YUV 161.12 148.81 14.51 -
System Red Green Blue C M Y K H S L
Decimal 2 235 198 0.99 0 0.16 0.08 170.47 0.98 0.46
Hex 2 EB C6 63 0 10 8 AA 62 2E
Octal 2 353 306 143 0 20 10 252 142 56
Binary 10 11101011 11000110 1100011 0 10000 1000 10101010 1100010 101110

Color Harmonies of #02EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EBC6

Black with #02EBC6

Text Example


Text Example

White with #02EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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