Html Css Color HEX #24DFBB Turquoise

📋 copy color: '#24DFBB'

red 36 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #24DFBB

Tints of Turquoise #24DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 8.07%
G = 50%
B = 41.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#24DFBB (or 0x24DFBB) is known color: Turquoise. HEX triplet: 24, DF and BB. RGB value is (36,223,187). Sum of RGB (Red+Green+Blue) = 36+223+187=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFBB is #DB2044. Grayscale: #A2A2A2. Windows color (decimal): -14360645 or 12312356. OLE color: 12312356.

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

Color convert

RGB 36 223 187 -
CMYK 0.84 0 0.16 0.13
HSL 168.45º 0.75% 0.51% -
HSV(B) 168.45º 0.84% 0.87% -
XYZ 36.08 56.74 56.06 -
YUV 162.98 141.55 37.43 -
System Red Green Blue C M Y K H S L
Decimal 36 223 187 0.84 0 0.16 0.13 168.45 0.75 0.51
Hex 24 DF BB 54 0 10 D A8 4B 33
Octal 44 337 273 124 0 20 15 250 113 63
Binary 100100 11011111 10111011 1010100 0 10000 1101 10101000 1001011 110011

Color Harmonies of #24DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFBB

Black with #24DFBB

Text Example


Text Example

White with #24DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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