Html Css Color HEX #24FDE4 Bright Turquoise

📋 copy color: '#24FDE4'

red 36 ◦ green 253 ◦ blue 228

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

Shades of Bright Turquoise #24FDE4

Tints of Bright Turquoise #24FDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 6.96%
G = 48.94%
B = 44.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#24FDE4 (or 0x24FDE4) is known color: Bright Turquoise. HEX triplet: 24, FD and E4. RGB value is (36,253,228). Sum of RGB (Red+Green+Blue) = 36+253+228=517 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.96% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #24FDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FDE4 is #DB021B. Grayscale: #B9B9B9. Windows color (decimal): -14352924 or 15007012. OLE color: 15007012.

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

Color convert

RGB 36 253 228 -
CMYK 0.86 0 0.10 0.01
HSL 173.09º 0.98% 0.57% -
HSV(B) 173.09º 0.86% 0.99% -
XYZ 49.86 76.23 85.48 -
YUV 185.27 152.11 21.53 -
System Red Green Blue C M Y K H S L
Decimal 36 253 228 0.86 0 0.10 0.01 173.09 0.98 0.57
Hex 24 FD E4 56 0 A 1 AD 62 39
Octal 44 375 344 126 0 12 1 255 142 71
Binary 100100 11111101 11100100 1010110 0 1010 1 10101101 1100010 111001

Color Harmonies of #24FDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FDE4

Black with #24FDE4

Text Example


Text Example

White with #24FDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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