Html Css Color HEX #15E8BA Bright Turquoise

📋 copy color: '#15E8BA'

red 21 ◦ green 232 ◦ blue 186

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

Shades of Bright Turquoise #15E8BA

Tints of Bright Turquoise #15E8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.85%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 4.78%
G = 52.85%
B = 42.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#15E8BA (or 0x15E8BA) is known color: Bright Turquoise. HEX triplet: 15, E8 and BA. RGB value is (21,232,186). Sum of RGB (Red+Green+Blue) = 21+232+186=439 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.78% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8BA is #EA1745. Grayscale: #A3A3A3. Windows color (decimal): -15341382 or 12249109. OLE color: 12249109.

HSL color Cylindrical-coordinate representation of color #15E8BA: hue angle of 166.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E8BA is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 232 186 -
CMYK 0.91 0 0.20 0.09
HSL 166.92º 0.83% 0.5% -
HSV(B) 166.92º 0.91% 0.91% -
XYZ 38.03 61.42 56.3 -
YUV 163.67 140.6 26.24 -
System Red Green Blue C M Y K H S L
Decimal 21 232 186 0.91 0 0.20 0.09 166.92 0.83 0.5
Hex 15 E8 BA 5B 0 14 9 A7 53 32
Octal 25 350 272 133 0 24 11 247 123 62
Binary 10101 11101000 10111010 1011011 0 10100 1001 10100111 1010011 110010

Color Harmonies of #15E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8BA

Black with #15E8BA

Text Example


Text Example

White with #15E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,232,186); }

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

background-color css

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

 a { background-color: rgb(21,232,186); }

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

border-color css

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

 span { border-color: rgb(21,232,186); }

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