Html Css Color HEX #02ECC7 Bright Turquoise

📋 copy color: '#02ECC7'

red 2 ◦ green 236 ◦ blue 199

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

Shades of Bright Turquoise #02ECC7

Tints of Bright Turquoise #02ECC7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 0.46%
G = 54%
B = 45.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#02ECC7 (or 0x02ECC7) is known color: Bright Turquoise. HEX triplet: 02, EC and C7. RGB value is (2,236,199). Sum of RGB (Red+Green+Blue) = 2+236+199=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECC7 is #FD1338. Grayscale: #A1A1A1. Windows color (decimal): -16585529 or 13102082. OLE color: 13102082.

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

Color convert

RGB 2 236 199 -
CMYK 0.99 0 0.16 0.07
HSL 170.51º 0.98% 0.47% -
HSV(B) 170.51º 0.99% 0.93% -
XYZ 40.33 64.13 64.29 -
YUV 161.82 148.98 14.01 -
System Red Green Blue C M Y K H S L
Decimal 2 236 199 0.99 0 0.16 0.07 170.51 0.98 0.47
Hex 2 EC C7 63 0 10 7 AB 62 2F
Octal 2 354 307 143 0 20 7 253 142 57
Binary 10 11101100 11000111 1100011 0 10000 111 10101011 1100010 101111

Color Harmonies of #02ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ECC7

Black with #02ECC7

Text Example


Text Example

White with #02ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,236,199); }

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

background-color css

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

 a { background-color: rgb(2,236,199); }

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

border-color css

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

 span { border-color: rgb(2,236,199); }

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