Html Css Color HEX #24FDE5 Bright Turquoise

📋 copy color: '#24FDE5'

red 36 ◦ green 253 ◦ blue 229

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

Shades of Bright Turquoise #24FDE5

Tints of Bright Turquoise #24FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 6.95%
G = 48.84%
B = 44.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#24FDE5 (or 0x24FDE5) is known color: Bright Turquoise. HEX triplet: 24, FD and E5. RGB value is (36,253,229). Sum of RGB (Red+Green+Blue) = 36+253+229=518 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.95% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #24FDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FDE5 is #DB021A. Grayscale: #B9B9B9. Windows color (decimal): -14352923 or 15072548. OLE color: 15072548.

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

Color convert

RGB 36 253 229 -
CMYK 0.86 0 0.09 0.01
HSL 173.36º 0.98% 0.57% -
HSV(B) 173.36º 0.86% 0.99% -
XYZ 50 76.28 86.22 -
YUV 185.38 152.61 21.45 -
System Red Green Blue C M Y K H S L
Decimal 36 253 229 0.86 0 0.09 0.01 173.36 0.98 0.57
Hex 24 FD E5 56 0 9 1 AD 62 39
Octal 44 375 345 126 0 11 1 255 142 71
Binary 100100 11111101 11100101 1010110 0 1001 1 10101101 1100010 111001

Color Harmonies of #24FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FDE5

Black with #24FDE5

Text Example


Text Example

White with #24FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,253,229); }

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

background-color css

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

 a { background-color: rgb(36,253,229); }

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

border-color css

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

 span { border-color: rgb(36,253,229); }

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