Html Css Color HEX #24F4BC Turquoise

📋 copy color: '#24F4BC'

red 36 ◦ green 244 ◦ blue 188

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

Shades of Turquoise #24F4BC

Tints of Turquoise #24F4BC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 7.69%
G = 52.14%
B = 40.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#24F4BC (or 0x24F4BC) is known color: Turquoise. HEX triplet: 24, F4 and BC. RGB value is (36,244,188). Sum of RGB (Red+Green+Blue) = 36+244+188=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #24F4BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F4BC is #DB0B43. Grayscale: #AFAFAF. Windows color (decimal): -14355268 or 12383268. OLE color: 12383268.

HSL color Cylindrical-coordinate representation of color #24F4BC: hue angle of 163.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F4BC is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 36 244 188 -
CMYK 0.85 0 0.23 0.04
HSL 163.85º 0.9% 0.55% -
HSV(B) 163.85º 0.85% 0.96% -
XYZ 42.16 68.71 58.62 -
YUV 175.42 135.09 28.55 -
System Red Green Blue C M Y K H S L
Decimal 36 244 188 0.85 0 0.23 0.04 163.85 0.9 0.55
Hex 24 F4 BC 55 0 17 4 A4 5A 37
Octal 44 364 274 125 0 27 4 244 132 67
Binary 100100 11110100 10111100 1010101 0 10111 100 10100100 1011010 110111

Color Harmonies of #24F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F4BC

Black with #24F4BC

Text Example


Text Example

White with #24F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,244,188); }

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

background-color css

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

 a { background-color: rgb(36,244,188); }

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

border-color css

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

 span { border-color: rgb(36,244,188); }

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