Html Css Color HEX #15E8BD Bright Turquoise

📋 copy color: '#15E8BD'

red 21 ◦ green 232 ◦ blue 189

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

Shades of Bright Turquoise #15E8BD

Tints of Bright Turquoise #15E8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 4.75%
G = 52.49%
B = 42.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#15E8BD (or 0x15E8BD) is known color: Bright Turquoise. HEX triplet: 15, E8 and BD. RGB value is (21,232,189). Sum of RGB (Red+Green+Blue) = 21+232+189=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8BD is #EA1742. Grayscale: #A3A3A3. Windows color (decimal): -15341379 or 12445717. OLE color: 12445717.

HSL color Cylindrical-coordinate representation of color #15E8BD: hue angle of 167.77º 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 #15E8BD is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 232 189 -
CMYK 0.91 0 0.19 0.09
HSL 167.77º 0.83% 0.5% -
HSV(B) 167.77º 0.91% 0.91% -
XYZ 38.35 61.55 58 -
YUV 164.01 142.1 26 -
System Red Green Blue C M Y K H S L
Decimal 21 232 189 0.91 0 0.19 0.09 167.77 0.83 0.5
Hex 15 E8 BD 5B 0 13 9 A8 53 32
Octal 25 350 275 133 0 23 11 250 123 62
Binary 10101 11101000 10111101 1011011 0 10011 1001 10101000 1010011 110010

Color Harmonies of #15E8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8BD

Black with #15E8BD

Text Example


Text Example

White with #15E8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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