Html Css Color HEX #24F1DB Bright Turquoise

📋 copy color: '#24F1DB'

red 36 ◦ green 241 ◦ blue 219

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

Shades of Bright Turquoise #24F1DB

Tints of Bright Turquoise #24F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.59%

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 7.26%
G = 48.59%
B = 44.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#24F1DB (or 0x24F1DB) is known color: Bright Turquoise. HEX triplet: 24, F1 and DB. RGB value is (36,241,219). Sum of RGB (Red+Green+Blue) = 36+241+219=496 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.26% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #24F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F1DB is #DB0E24. Grayscale: #B1B1B1. Windows color (decimal): -14356005 or 14414116. OLE color: 14414116.

HSL color Cylindrical-coordinate representation of color #24F1DB: hue angle of 173.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F1DB is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 241 219 -
CMYK 0.85 0 0.09 0.05
HSL 173.56º 0.88% 0.54% -
HSV(B) 173.56º 0.85% 0.95% -
XYZ 44.97 68.4 77.85 -
YUV 177.2 151.58 27.29 -
System Red Green Blue C M Y K H S L
Decimal 36 241 219 0.85 0 0.09 0.05 173.56 0.88 0.54
Hex 24 F1 DB 55 0 9 5 AE 58 36
Octal 44 361 333 125 0 11 5 256 130 66
Binary 100100 11110001 11011011 1010101 0 1001 101 10101110 1011000 110110

Color Harmonies of #24F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F1DB

Black with #24F1DB

Text Example


Text Example

White with #24F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,241,219); }

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

background-color css

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

 a { background-color: rgb(36,241,219); }

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

border-color css

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

 span { border-color: rgb(36,241,219); }

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