Html Css Color HEX #15E2C5 Bright Turquoise

📋 copy color: '#15E2C5'

red 21 ◦ green 226 ◦ blue 197

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

Shades of Bright Turquoise #15E2C5

Tints of Bright Turquoise #15E2C5

RGB

 RED value IS 21 (8.59% from 255) = 4.73%

 GREEN value IS 226 (88.67% from 255) = 50.9%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 4.73%
G = 50.9%
B = 44.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#15E2C5 (or 0x15E2C5) is known color: Bright Turquoise. HEX triplet: 15, E2 and C5. RGB value is (21,226,197). Sum of RGB (Red+Green+Blue) = 21+226+197=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #15E2C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E2C5 is #EA1D3A. Grayscale: #A1A1A1. Windows color (decimal): -15342907 or 12968469. OLE color: 12968469.

HSL color Cylindrical-coordinate representation of color #15E2C5: hue angle of 171.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E2C5 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 21 226 197 -
CMYK 0.91 0 0.13 0.11
HSL 171.51º 0.83% 0.48% -
HSV(B) 171.51º 0.91% 0.89% -
XYZ 37.58 58.58 62.15 -
YUV 161.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 21 226 197 0.91 0 0.13 0.11 171.51 0.83 0.48
Hex 15 E2 C5 5B 0 D B AC 53 30
Octal 25 342 305 133 0 15 13 254 123 60
Binary 10101 11100010 11000101 1011011 0 1101 1011 10101100 1010011 110000

Color Harmonies of #15E2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2C5

Black with #15E2C5

Text Example


Text Example

White with #15E2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15E2C5; }

 p { color: rgb(21,226,197); }

 H1.HeaderClassName
 {
   color: #15E2C5;
 }
 .AnyTagClassName
 {
   color: #15E2C5;
 }
</style>

background-color css

<style>
 a { background-color: #15E2C5; }

 a { background-color: rgb(21,226,197); }

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

border-color css

<style>
 span { border-color: #15E2C5; }

 span { border-color: rgb(21,226,197); }

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