Html Css Color HEX #24E5BB Turquoise

📋 copy color: '#24E5BB'

red 36 ◦ green 229 ◦ blue 187

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

Shades of Turquoise #24E5BB

Tints of Turquoise #24E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

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

R = 7.96%
G = 50.66%
B = 41.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#24E5BB (or 0x24E5BB) is known color: Turquoise. HEX triplet: 24, E5 and BB. RGB value is (36,229,187). Sum of RGB (Red+Green+Blue) = 36+229+187=452 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.96% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #24E5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E5BB is #DB1A44. Grayscale: #A6A6A6. Windows color (decimal): -14359109 or 12313892. OLE color: 12313892.

HSL color Cylindrical-coordinate representation of color #24E5BB: hue angle of 166.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E5BB is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 229 187 -
CMYK 0.84 0 0.18 0.10
HSL 166.94º 0.79% 0.52% -
HSV(B) 166.94º 0.84% 0.9% -
XYZ 37.72 60 56.61 -
YUV 166.51 139.56 34.92 -
System Red Green Blue C M Y K H S L
Decimal 36 229 187 0.84 0 0.18 0.10 166.94 0.79 0.52
Hex 24 E5 BB 54 0 12 A A7 4F 34
Octal 44 345 273 124 0 22 12 247 117 64
Binary 100100 11100101 10111011 1010100 0 10010 1010 10100111 1001111 110100

Color Harmonies of #24E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E5BB

Black with #24E5BB

Text Example


Text Example

White with #24E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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