#5DECF4

Color #5DECF4 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5DECF4

Tints of Turquoise Blue #5DECF4

Color information

#5DECF4 (or 0x5DECF4) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EC and F4. RGB value is (93,236,244). Sum of RGB (Red+Green+Blue) = 93+236+244=573 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.23% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #5DECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECF4 is #A2130B. Grayscale: #C1C1C1. Windows color (decimal): -10621708 or 16051293. OLE color: 16051293.

HSL color Cylindrical-coordinate representation of color #5DECF4: hue angle of 183.18º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DECF4 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB93236244-
CMYK0.620.0300.04
HSL183.18º87.28%66.08%-
HSV(B)183.18º61.89%95.69%-
XYZ50.8468.8596.2-
YUV194.15156.1255.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.23%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=16.23%
G=41.19%
B=42.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932362440.620.0300.04183.1887.2866.08
Hex5DECF43E304b75742
Octal13535436476304267127102
Binary101110111101100111101001111101101001011011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DECF4; }

 p { color: rgb(93,236,244); }

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

<style>
 a { background-color: #5DECF4; }

 a { background-color: rgb(93,236,244); }

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

<style>
 span { border-color: #5DECF4; }

 span { border-color: rgb(93,236,244); }

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