Html Css Color HEX #24FED9 Bright Turquoise

📋 copy color: '#24FED9'

red 36 ◦ green 254 ◦ blue 217

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

Shades of Bright Turquoise #24FED9

Tints of Bright Turquoise #24FED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 7.1%
G = 50.1%
B = 42.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#24FED9 (or 0x24FED9) is known color: Bright Turquoise. HEX triplet: 24, FE and D9. RGB value is (36,254,217). Sum of RGB (Red+Green+Blue) = 36+254+217=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #24FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FED9 is #DB0126. Grayscale: #B8B8B8. Windows color (decimal): -14352679 or 14286372. OLE color: 14286372.

HSL color Cylindrical-coordinate representation of color #24FED9: hue angle of 169.82º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FED9 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 254 217 -
CMYK 0.86 0 0.15 0.00
HSL 169.82º 0.99% 0.57% -
HSV(B) 169.82º 0.86% 1% -
XYZ 48.69 76.27 77.8 -
YUV 184.6 146.28 22.01 -
System Red Green Blue C M Y K H S L
Decimal 36 254 217 0.86 0 0.15 0.00 169.82 0.99 0.57
Hex 24 FE D9 56 0 F 0 AA 63 39
Octal 44 376 331 126 0 17 0 252 143 71
Binary 100100 11111110 11011001 1010110 0 1111 0 10101010 1100011 111001

Color Harmonies of #24FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FED9

Black with #24FED9

Text Example


Text Example

White with #24FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,254,217); }

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

background-color css

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

 a { background-color: rgb(36,254,217); }

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

border-color css

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

 span { border-color: rgb(36,254,217); }

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