#24DFF0

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

Shades of Bright Turquoise #24DFF0

Tints of Bright Turquoise #24DFF0

Color information

#24DFF0 (or 0x24DFF0) is unknown color: approx Bright Turquoise. HEX triplet: 24, DF and F0. RGB value is (36,223,240). Sum of RGB (Red+Green+Blue) = 36+223+240=499 (66% of max value = 765). Red value is 36 (14.45% from 255 or 7.21% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #24DFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DFF0 is #DB200F. Grayscale: #A8A8A8. Windows color (decimal): -14360592 or 15785764. OLE color: 15785764.

HSL color Cylindrical-coordinate representation of color #24DFF0: hue angle of 185º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DFF0 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB36223240-
CMYK0.850.0700.06
HSL185º87.18%54.12%-
HSV(B)185º85%94.12%-
XYZ42.8459.4491.65-
YUV169.02168.0533.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.21%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=7.21%
G=44.69%
B=48.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal362232400.850.0700.0618587.1854.12
Hex24DFF055706b95736
Octal4433736012570627112766
Binary100100110111111111000010101011110110101110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24DFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,223,240); }

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

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

 a { background-color: rgb(36,223,240); }

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

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

 span { border-color: rgb(36,223,240); }

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