#5DE0FE

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

Shades of Turquoise Blue #5DE0FE

Tints of Turquoise Blue #5DE0FE

Color information

#5DE0FE (or 0x5DE0FE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E0 and FE. RGB value is (93,224,254). Sum of RGB (Red+Green+Blue) = 93+224+254=571 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.29% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE0FE is #A21F01. Grayscale: #BCBCBC. Windows color (decimal): -10624770 or 16703581. OLE color: 16703581.

HSL color Cylindrical-coordinate representation of color #5DE0FE: hue angle of 191.18º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DE0FE is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB93224254-
CMYK0.630.1200.00
HSL191.18º98.77%68.04%-
HSV(B)191.18º63.39%99.61%-
XYZ49.0662.79103.3-
YUV188.25165.160.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.29%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=16.29%
G=39.23%
B=44.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932242540.630.1200.00191.1898.7768.04
Hex5DE0FE3FC00bf6344
Octal135340376771400277143104
Binary101110111100000111111101111111100001011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,224,254); }

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

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

 a { background-color: rgb(93,224,254); }

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

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

 span { border-color: rgb(93,224,254); }

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