Html Css Color HEX #15EABD Bright Turquoise

📋 copy color: '#15EABD'

red 21 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #15EABD

Tints of Bright Turquoise #15EABD

RGB

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

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

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

R = 4.73%
G = 52.7%
B = 42.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#15EABD (or 0x15EABD) is known color: Bright Turquoise. HEX triplet: 15, EA and BD. RGB value is (21,234,189). Sum of RGB (Red+Green+Blue) = 21+234+189=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #15EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EABD is #EA1542. Grayscale: #A5A5A5. Windows color (decimal): -15340867 or 12446229. OLE color: 12446229.

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

Color convert

RGB 21 234 189 -
CMYK 0.91 0 0.19 0.08
HSL 167.32º 0.84% 0.5% -
HSV(B) 167.32º 0.91% 0.92% -
XYZ 38.92 62.68 58.19 -
YUV 165.18 141.43 25.16 -
System Red Green Blue C M Y K H S L
Decimal 21 234 189 0.91 0 0.19 0.08 167.32 0.84 0.5
Hex 15 EA BD 5B 0 13 8 A7 54 32
Octal 25 352 275 133 0 23 10 247 124 62
Binary 10101 11101010 10111101 1011011 0 10011 1000 10100111 1010100 110010

Color Harmonies of #15EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EABD

Black with #15EABD

Text Example


Text Example

White with #15EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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