Html Css Color HEX #24EEBB Turquoise

📋 copy color: '#24EEBB'

red 36 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #24EEBB

Tints of Turquoise #24EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.63%

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

R = 7.81%
G = 51.63%
B = 40.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#24EEBB (or 0x24EEBB) is known color: Turquoise. HEX triplet: 24, EE and BB. RGB value is (36,238,187). Sum of RGB (Red+Green+Blue) = 36+238+187=461 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.81% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #24EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EEBB is #DB1144. Grayscale: #ABABAB. Windows color (decimal): -14356805 or 12316196. OLE color: 12316196.

HSL color Cylindrical-coordinate representation of color #24EEBB: hue angle of 164.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EEBB is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 238 187 -
CMYK 0.85 0 0.21 0.07
HSL 164.85º 0.86% 0.54% -
HSV(B) 164.85º 0.85% 0.93% -
XYZ 40.27 65.11 57.46 -
YUV 171.79 136.58 31.15 -
System Red Green Blue C M Y K H S L
Decimal 36 238 187 0.85 0 0.21 0.07 164.85 0.86 0.54
Hex 24 EE BB 55 0 15 7 A5 56 36
Octal 44 356 273 125 0 25 7 245 126 66
Binary 100100 11101110 10111011 1010101 0 10101 111 10100101 1010110 110110

Color Harmonies of #24EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EEBB

Black with #24EEBB

Text Example


Text Example

White with #24EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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