#5DE1FE

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

Shades of Turquoise Blue #5DE1FE

Tints of Turquoise Blue #5DE1FE

Color information

#5DE1FE (or 0x5DE1FE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E1 and FE. RGB value is (93,225,254). Sum of RGB (Red+Green+Blue) = 93+225+254=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DE1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE1FE is #A21E01. Grayscale: #BCBCBC. Windows color (decimal): -10624514 or 16703837. OLE color: 16703837.

HSL color Cylindrical-coordinate representation of color #5DE1FE: hue angle of 190.81º 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 #5DE1FE is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB93225254-
CMYK0.630.1100.00
HSL190.81º98.77%68.04%-
HSV(B)190.81º63.39%99.61%-
XYZ49.3363.33103.39-
YUV188.84164.7759.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.26%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=16.26%
G=39.34%
B=44.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932252540.630.1100.00190.8198.7768.04
Hex5DE1FE3FB00bf6344
Octal135341376771300277143104
Binary101110111100001111111101111111011001011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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