Html Css Color HEX #24EABA Turquoise

📋 copy color: '#24EABA'

red 36 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #24EABA

Tints of Turquoise #24EABA

RGB

 RED value IS 36 (14.45% from 255) = 7.89%

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

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

R = 7.89%
G = 51.32%
B = 40.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#24EABA (or 0x24EABA) is known color: Turquoise. HEX triplet: 24, EA and BA. RGB value is (36,234,186). Sum of RGB (Red+Green+Blue) = 36+234+186=456 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.89% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #24EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EABA is #DB1545. Grayscale: #A9A9A9. Windows color (decimal): -14357830 or 12249636. OLE color: 12249636.

HSL color Cylindrical-coordinate representation of color #24EABA: hue angle of 165.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EABA is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 234 186 -
CMYK 0.85 0 0.21 0.08
HSL 165.45º 0.83% 0.53% -
HSV(B) 165.45º 0.85% 0.92% -
XYZ 39.01 62.77 56.51 -
YUV 169.33 137.4 32.9 -
System Red Green Blue C M Y K H S L
Decimal 36 234 186 0.85 0 0.21 0.08 165.45 0.83 0.53
Hex 24 EA BA 55 0 15 8 A5 52 35
Octal 44 352 272 125 0 25 10 245 122 65
Binary 100100 11101010 10111010 1010101 0 10101 1000 10100101 1010010 110101

Color Harmonies of #24EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EABA

Black with #24EABA

Text Example


Text Example

White with #24EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24EABA; }

 p { color: rgb(36,234,186); }

 H1.HeaderClassName
 {
   color: #24EABA;
 }
 .AnyTagClassName
 {
   color: #24EABA;
 }
</style>

background-color css

<style>
 a { background-color: #24EABA; }

 a { background-color: rgb(36,234,186); }

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

border-color css

<style>
 span { border-color: #24EABA; }

 span { border-color: rgb(36,234,186); }

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