Html Css Color HEX #24FABF Turquoise

📋 copy color: '#24FABF'

red 36 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #24FABF

Tints of Turquoise #24FABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.41%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 7.55%
G = 52.41%
B = 40.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#24FABF (or 0x24FABF) is known color: Turquoise. HEX triplet: 24, FA and BF. RGB value is (36,250,191). Sum of RGB (Red+Green+Blue) = 36+250+191=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #24FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FABF is #DB0540. Grayscale: #B3B3B3. Windows color (decimal): -14353729 or 12581412. OLE color: 12581412.

HSL color Cylindrical-coordinate representation of color #24FABF: hue angle of 163.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FABF is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 250 191 -
CMYK 0.86 0 0.24 0.02
HSL 163.46º 0.96% 0.56% -
HSV(B) 163.46º 0.86% 0.98% -
XYZ 44.32 72.51 60.95 -
YUV 179.29 134.6 25.8 -
System Red Green Blue C M Y K H S L
Decimal 36 250 191 0.86 0 0.24 0.02 163.46 0.96 0.56
Hex 24 FA BF 56 0 18 2 A3 60 38
Octal 44 372 277 126 0 30 2 243 140 70
Binary 100100 11111010 10111111 1010110 0 11000 10 10100011 1100000 111000

Color Harmonies of #24FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FABF

Black with #24FABF

Text Example


Text Example

White with #24FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,250,191); }

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

background-color css

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

 a { background-color: rgb(36,250,191); }

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

border-color css

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

 span { border-color: rgb(36,250,191); }

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