Html Css Color HEX #02EEC9 Bright Turquoise

📋 copy color: '#02EEC9'

red 2 ◦ green 238 ◦ blue 201

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

Shades of Bright Turquoise #02EEC9

Tints of Bright Turquoise #02EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 0.45%
G = 53.97%
B = 45.58%

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

#02EEC9 (or 0x02EEC9) is known color: Bright Turquoise. HEX triplet: 02, EE and C9. RGB value is (2,238,201). Sum of RGB (Red+Green+Blue) = 2+238+201=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #02EEC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EEC9 is #FD1136. Grayscale: #A3A3A3. Windows color (decimal): -16585015 or 13233666. OLE color: 13233666.

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

Color convert

RGB 2 238 201 -
CMYK 0.99 0 0.16 0.07
HSL 170.59º 0.98% 0.47% -
HSV(B) 170.59º 0.99% 0.93% -
XYZ 41.14 65.38 65.71 -
YUV 163.22 149.31 13.01 -
System Red Green Blue C M Y K H S L
Decimal 2 238 201 0.99 0 0.16 0.07 170.59 0.98 0.47
Hex 2 EE C9 63 0 10 7 AB 62 2F
Octal 2 356 311 143 0 20 7 253 142 57
Binary 10 11101110 11001001 1100011 0 10000 111 10101011 1100010 101111

Color Harmonies of #02EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EEC9

Black with #02EEC9

Text Example


Text Example

White with #02EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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