#24e3fd

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

Shades of Bright Turquoise #24E3FD

Tints of Bright Turquoise #24E3FD

Color information

#24E3FD (or 0x24E3FD) is unknown color: approx Bright Turquoise. HEX triplet: 24, E3 and FD. RGB value is (36,227,253). Sum of RGB (Red+Green+Blue) = 36+227+253=516 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.98% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #24E3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24E3FD is #DB1C02. Grayscale: #ACACAC. Windows color (decimal): -14359555 or 16638756. OLE color: 16638756.

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

Color convert

RGB36227253-
CMYK0.860.1000.01
HSL187.19º98.19%56.67%-
HSV(B)187.19º85.77%99.22%-
XYZ45.9362.41102.55-
YUV172.86173.2230.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 6.98%
GREEN value IS 227 (89.06% from 255) = 43.99%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=6.98%
G=43.99%
B=49.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal362272530.860.1000.01187.1998.1956.67
Hex24E3FD56A01bb6239
Octal44343375126120127314271
Binary10010011100011111111011010110101001101110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24e3fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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