#5DD6FE

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

Shades of Turquoise Blue #5DD6FE

Tints of Turquoise Blue #5DD6FE

Color information

#5DD6FE (or 0x5DD6FE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D6 and FE. RGB value is (93,214,254). Sum of RGB (Red+Green+Blue) = 93+214+254=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DD6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD6FE is #A22901. Grayscale: #B6B6B6. Windows color (decimal): -10627330 or 16701021. OLE color: 16701021.

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

Color convert

RGB93214254-
CMYK0.630.1600.00
HSL194.91º98.77%68.04%-
HSV(B)194.91º63.39%99.61%-
XYZ46.4557.58102.43-
YUV182.38168.4164.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.58%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=16.58%
G=38.15%
B=45.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932142540.630.1600.00194.9198.7768.04
Hex5DD6FE3F1000c36344
Octal135326376772000303143104
Binary1011101110101101111111011111110000001100001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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