Html Css Color HEX #24FDE1 Bright Turquoise

📋 copy color: '#24FDE1'

red 36 ◦ green 253 ◦ blue 225

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

Shades of Bright Turquoise #24FDE1

Tints of Bright Turquoise #24FDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 7%
G = 49.22%
B = 43.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#24FDE1 (or 0x24FDE1) is known color: Bright Turquoise. HEX triplet: 24, FD and E1. RGB value is (36,253,225). Sum of RGB (Red+Green+Blue) = 36+253+225=514 (68% of max value = 765). Red value is 36 (14.45% from 255 or 7.00% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #24FDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FDE1 is #DB021E. Grayscale: #B8B8B8. Windows color (decimal): -14352927 or 14810404. OLE color: 14810404.

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

Color convert

RGB 36 253 225 -
CMYK 0.86 0 0.11 0.01
HSL 172.26º 0.98% 0.57% -
HSV(B) 172.26º 0.86% 0.99% -
XYZ 49.44 76.06 83.31 -
YUV 184.93 150.61 21.78 -
System Red Green Blue C M Y K H S L
Decimal 36 253 225 0.86 0 0.11 0.01 172.26 0.98 0.57
Hex 24 FD E1 56 0 B 1 AC 62 39
Octal 44 375 341 126 0 13 1 254 142 71
Binary 100100 11111101 11100001 1010110 0 1011 1 10101100 1100010 111001

Color Harmonies of #24FDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FDE1

Black with #24FDE1

Text Example


Text Example

White with #24FDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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