#24D9F3

Color #24D9F3 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #24D9F3

Tints of Bright Turquoise #24D9F3

Color information

#24D9F3 (or 0x24D9F3) is unknown color: approx Bright Turquoise. HEX triplet: 24, D9 and F3. RGB value is (36,217,243). Sum of RGB (Red+Green+Blue) = 36+217+243=496 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.26% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #24D9F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D9F3 is #DB260C. Grayscale: #A5A5A5. Windows color (decimal): -14362125 or 15980836. OLE color: 15980836.

HSL color Cylindrical-coordinate representation of color #24D9F3: hue angle of 187.54º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24D9F3 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36217243-
CMYK0.850.1100.05
HSL187.54º89.61%54.71%-
HSV(B)187.54º85.19%95.29%-
XYZ41.7256.4793.5-
YUV165.84171.5335.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.26%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 243 (95.31% from 255) = 48.99%
R=7.26%
G=43.75%
B=48.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal362172430.850.1100.05187.5489.6154.71
Hex24D9F355B05bc5a37
Octal44331363125130527413267
Binary1001001101100111110011101010110110101101111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24D9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24D9F3;
 }
 .AnyTagClassName
 {
   color: #24D9F3;
 }
</style>
background-color css

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

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

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

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

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

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