Html Css Color HEX #24D9F7 Bright Turquoise

📋 copy color: '#24D9F7'

red 36 ◦ green 217 ◦ blue 247

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

Shades of Bright Turquoise #24D9F7

Tints of Bright Turquoise #24D9F7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 7.2%
G = 43.4%
B = 49.4%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#24D9F7 (or 0x24D9F7) is known color: Bright Turquoise. HEX triplet: 24, D9 and F7. RGB value is (36,217,247). Sum of RGB (Red+Green+Blue) = 36+217+247=500 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #24D9F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D9F7 is #DB2608. Grayscale: #A6A6A6. Windows color (decimal): -14362121 or 16242980. OLE color: 16242980.

HSL color Cylindrical-coordinate representation of color #24D9F7: hue angle of 188.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D9F7 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 217 247 -
CMYK 0.85 0.12 0 0.03
HSL 188.53º 0.93% 0.55% -
HSV(B) 188.53º 0.85% 0.97% -
XYZ 42.33 56.72 96.71 -
YUV 166.3 173.53 35.06 -
System Red Green Blue C M Y K H S L
Decimal 36 217 247 0.85 0.12 0 0.03 188.53 0.93 0.55
Hex 24 D9 F7 55 C 0 3 BD 5D 37
Octal 44 331 367 125 14 0 3 275 135 67
Binary 100100 11011001 11110111 1010101 1100 0 11 10111101 1011101 110111

Color Harmonies of #24D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D9F7

Black with #24D9F7

Text Example


Text Example

White with #24D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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