Html Css Color HEX #15EAC9 Bright Turquoise

📋 copy color: '#15EAC9'

red 21 ◦ green 234 ◦ blue 201

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

Shades of Bright Turquoise #15EAC9

Tints of Bright Turquoise #15EAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

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

R = 4.61%
G = 51.32%
B = 44.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#15EAC9 (or 0x15EAC9) is known color: Bright Turquoise. HEX triplet: 15, EA and C9. RGB value is (21,234,201). Sum of RGB (Red+Green+Blue) = 21+234+201=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #15EAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EAC9 is #EA1536. Grayscale: #A6A6A6. Windows color (decimal): -15340855 or 13232661. OLE color: 13232661.

HSL color Cylindrical-coordinate representation of color #15EAC9: hue angle of 170.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EAC9 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 234 201 -
CMYK 0.91 0 0.14 0.08
HSL 170.7º 0.84% 0.5% -
HSV(B) 170.7º 0.91% 0.92% -
XYZ 40.27 63.22 65.34 -
YUV 166.55 147.43 24.18 -
System Red Green Blue C M Y K H S L
Decimal 21 234 201 0.91 0 0.14 0.08 170.7 0.84 0.5
Hex 15 EA C9 5B 0 E 8 AB 54 32
Octal 25 352 311 133 0 16 10 253 124 62
Binary 10101 11101010 11001001 1011011 0 1110 1000 10101011 1010100 110010

Color Harmonies of #15EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EAC9

Black with #15EAC9

Text Example


Text Example

White with #15EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,234,201); }

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

background-color css

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

 a { background-color: rgb(21,234,201); }

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

border-color css

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

 span { border-color: rgb(21,234,201); }

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