#5DEBF8

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

Shades of Turquoise Blue #5DEBF8

Tints of Turquoise Blue #5DEBF8

Color information

#5DEBF8 (or 0x5DEBF8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EB and F8. RGB value is (93,235,248). Sum of RGB (Red+Green+Blue) = 93+235+248=576 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.15% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #5DEBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEBF8 is #A21407. Grayscale: #C1C1C1. Windows color (decimal): -10621960 or 16313181. OLE color: 16313181.

HSL color Cylindrical-coordinate representation of color #5DEBF8: hue angle of 185.03º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DEBF8 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB93235248-
CMYK0.620.0500.03
HSL185.03º91.72%66.86%-
HSV(B)185.03º62.5%97.25%-
XYZ51.1768.5299.34-
YUV194.02158.4655.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.15%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 248 (97.27% from 255) = 43.06%
R=16.15%
G=40.80%
B=43.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932352480.620.0500.03185.0391.7266.86
Hex5DEBF83E503b95c43
Octal13535337076503271134103
Binary101110111101011111110001111101010111011100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,235,248); }

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

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

 a { background-color: rgb(93,235,248); }

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

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

 span { border-color: rgb(93,235,248); }

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