Html Css Color HEX #24E9BE Turquoise

📋 copy color: '#24E9BE'

red 36 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #24E9BE

Tints of Turquoise #24E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.76%

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

R = 7.84%
G = 50.76%
B = 41.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#24E9BE (or 0x24E9BE) is known color: Turquoise. HEX triplet: 24, E9 and BE. RGB value is (36,233,190). Sum of RGB (Red+Green+Blue) = 36+233+190=459 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.84% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9BE is #DB1641. Grayscale: #A9A9A9. Windows color (decimal): -14358082 or 12511524. OLE color: 12511524.

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

Color convert

RGB 36 233 190 -
CMYK 0.85 0 0.18 0.09
HSL 166.9º 0.82% 0.53% -
HSV(B) 166.9º 0.85% 0.91% -
XYZ 39.16 62.37 58.69 -
YUV 169.2 139.73 33 -
System Red Green Blue C M Y K H S L
Decimal 36 233 190 0.85 0 0.18 0.09 166.9 0.82 0.53
Hex 24 E9 BE 55 0 12 9 A7 52 35
Octal 44 351 276 125 0 22 11 247 122 65
Binary 100100 11101001 10111110 1010101 0 10010 1001 10100111 1010010 110101

Color Harmonies of #24E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E9BE

Black with #24E9BE

Text Example


Text Example

White with #24E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,233,190); }

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

background-color css

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

 a { background-color: rgb(36,233,190); }

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

border-color css

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

 span { border-color: rgb(36,233,190); }

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