Html Css Color HEX #24F8BC Turquoise

📋 copy color: '#24F8BC'

red 36 ◦ green 248 ◦ blue 188

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

Shades of Turquoise #24F8BC

Tints of Turquoise #24F8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

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

R = 7.63%
G = 52.54%
B = 39.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#24F8BC (or 0x24F8BC) is known color: Turquoise. HEX triplet: 24, F8 and BC. RGB value is (36,248,188). Sum of RGB (Red+Green+Blue) = 36+248+188=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #24F8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F8BC is #DB0743. Grayscale: #B1B1B1. Windows color (decimal): -14354244 or 12384292. OLE color: 12384292.

HSL color Cylindrical-coordinate representation of color #24F8BC: hue angle of 163.02º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F8BC is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 248 188 -
CMYK 0.85 0 0.24 0.03
HSL 163.02º 0.94% 0.56% -
HSV(B) 163.02º 0.85% 0.97% -
XYZ 43.37 71.14 59.02 -
YUV 177.77 133.76 26.88 -
System Red Green Blue C M Y K H S L
Decimal 36 248 188 0.85 0 0.24 0.03 163.02 0.94 0.56
Hex 24 F8 BC 55 0 18 3 A3 5E 38
Octal 44 370 274 125 0 30 3 243 136 70
Binary 100100 11111000 10111100 1010101 0 11000 11 10100011 1011110 111000

Color Harmonies of #24F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F8BC

Black with #24F8BC

Text Example


Text Example

White with #24F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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