Html Css Color HEX #24EFBB Turquoise

📋 copy color: '#24EFBB'

red 36 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #24EFBB

Tints of Turquoise #24EFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

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

R = 7.79%
G = 51.73%
B = 40.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#24EFBB (or 0x24EFBB) is known color: Turquoise. HEX triplet: 24, EF and BB. RGB value is (36,239,187). Sum of RGB (Red+Green+Blue) = 36+239+187=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #24EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EFBB is #DB1044. Grayscale: #ACACAC. Windows color (decimal): -14356549 or 12316452. OLE color: 12316452.

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

Color convert

RGB 36 239 187 -
CMYK 0.85 0 0.22 0.06
HSL 164.63º 0.86% 0.54% -
HSV(B) 164.63º 0.85% 0.94% -
XYZ 40.56 65.7 57.56 -
YUV 172.38 136.25 30.73 -
System Red Green Blue C M Y K H S L
Decimal 36 239 187 0.85 0 0.22 0.06 164.63 0.86 0.54
Hex 24 EF BB 55 0 16 6 A5 56 36
Octal 44 357 273 125 0 26 6 245 126 66
Binary 100100 11101111 10111011 1010101 0 10110 110 10100101 1010110 110110

Color Harmonies of #24EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EFBB

Black with #24EFBB

Text Example


Text Example

White with #24EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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