Html Css Color HEX #24F8DF Bright Turquoise

📋 copy color: '#24F8DF'

red 36 ◦ green 248 ◦ blue 223

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

Shades of Bright Turquoise #24F8DF

Tints of Bright Turquoise #24F8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 7.1%
G = 48.92%
B = 43.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#24F8DF (or 0x24F8DF) is known color: Bright Turquoise. HEX triplet: 24, F8 and DF. RGB value is (36,248,223). Sum of RGB (Red+Green+Blue) = 36+248+223=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #24F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F8DF is #DB0720. Grayscale: #B5B5B5. Windows color (decimal): -14354209 or 14678052. OLE color: 14678052.

HSL color Cylindrical-coordinate representation of color #24F8DF: hue angle of 172.92º 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 #24F8DF is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 248 223 -
CMYK 0.85 0 0.10 0.03
HSL 172.92º 0.94% 0.56% -
HSV(B) 172.92º 0.85% 0.97% -
XYZ 47.61 72.84 81.36 -
YUV 181.76 151.26 24.03 -
System Red Green Blue C M Y K H S L
Decimal 36 248 223 0.85 0 0.10 0.03 172.92 0.94 0.56
Hex 24 F8 DF 55 0 A 3 AD 5E 38
Octal 44 370 337 125 0 12 3 255 136 70
Binary 100100 11111000 11011111 1010101 0 1010 11 10101101 1011110 111000

Color Harmonies of #24F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F8DF

Black with #24F8DF

Text Example


Text Example

White with #24F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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