Html Css Color HEX #24EABB Turquoise

📋 copy color: '#24EABB'

red 36 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #24EABB

Tints of Turquoise #24EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 7.88%
G = 51.2%
B = 40.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#24EABB (or 0x24EABB) is known color: Turquoise. HEX triplet: 24, EA and BB. RGB value is (36,234,187). Sum of RGB (Red+Green+Blue) = 36+234+187=457 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.88% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #24EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EABB is #DB1544. Grayscale: #A9A9A9. Windows color (decimal): -14357829 or 12315172. OLE color: 12315172.

HSL color Cylindrical-coordinate representation of color #24EABB: hue angle of 165.76º 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 #24EABB is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 234 187 -
CMYK 0.85 0 0.20 0.08
HSL 165.76º 0.83% 0.53% -
HSV(B) 165.76º 0.85% 0.92% -
XYZ 39.12 62.81 57.08 -
YUV 169.44 137.9 32.82 -
System Red Green Blue C M Y K H S L
Decimal 36 234 187 0.85 0 0.20 0.08 165.76 0.83 0.53
Hex 24 EA BB 55 0 14 8 A6 52 35
Octal 44 352 273 125 0 24 10 246 122 65
Binary 100100 11101010 10111011 1010101 0 10100 1000 10100110 1010010 110101

Color Harmonies of #24EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EABB

Black with #24EABB

Text Example


Text Example

White with #24EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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