Html Css Color HEX #15E8BE Bright Turquoise

📋 copy color: '#15E8BE'

red 21 ◦ green 232 ◦ blue 190

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

Shades of Bright Turquoise #15E8BE

Tints of Bright Turquoise #15E8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 4.74%
G = 52.37%
B = 42.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#15E8BE (or 0x15E8BE) is known color: Bright Turquoise. HEX triplet: 15, E8 and BE. RGB value is (21,232,190). Sum of RGB (Red+Green+Blue) = 21+232+190=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8BE is #EA1741. Grayscale: #A4A4A4. Windows color (decimal): -15341378 or 12511253. OLE color: 12511253.

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

Color convert

RGB 21 232 190 -
CMYK 0.91 0 0.18 0.09
HSL 168.06º 0.83% 0.5% -
HSV(B) 168.06º 0.91% 0.91% -
XYZ 38.46 61.59 58.58 -
YUV 164.12 142.6 25.92 -
System Red Green Blue C M Y K H S L
Decimal 21 232 190 0.91 0 0.18 0.09 168.06 0.83 0.5
Hex 15 E8 BE 5B 0 12 9 A8 53 32
Octal 25 350 276 133 0 22 11 250 123 62
Binary 10101 11101000 10111110 1011011 0 10010 1001 10101000 1010011 110010

Color Harmonies of #15E8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E8BE

Black with #15E8BE

Text Example


Text Example

White with #15E8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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