Html Css Color HEX #24E0BB Turquoise

📋 copy color: '#24E0BB'

red 36 ◦ green 224 ◦ blue 187

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

Shades of Turquoise #24E0BB

Tints of Turquoise #24E0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

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

R = 8.05%
G = 50.11%
B = 41.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#24E0BB (or 0x24E0BB) is known color: Turquoise. HEX triplet: 24, E0 and BB. RGB value is (36,224,187). Sum of RGB (Red+Green+Blue) = 36+224+187=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #24E0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24E0BB is #DB1F44. Grayscale: #A3A3A3. Windows color (decimal): -14360389 or 12312612. OLE color: 12312612.

HSL color Cylindrical-coordinate representation of color #24E0BB: hue angle of 168.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E0BB is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 224 187 -
CMYK 0.84 0 0.17 0.12
HSL 168.19º 0.75% 0.51% -
HSV(B) 168.19º 0.84% 0.88% -
XYZ 36.35 57.27 56.15 -
YUV 163.57 141.22 37.01 -
System Red Green Blue C M Y K H S L
Decimal 36 224 187 0.84 0 0.17 0.12 168.19 0.75 0.51
Hex 24 E0 BB 54 0 11 C A8 4B 33
Octal 44 340 273 124 0 21 14 250 113 63
Binary 100100 11100000 10111011 1010100 0 10001 1100 10101000 1001011 110011

Color Harmonies of #24E0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24E0BB

Black with #24E0BB

Text Example


Text Example

White with #24E0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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