#5dcdeb

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

Shades of Turquoise Blue #5DCDEB

Tints of Turquoise Blue #5DCDEB

Color information

#5DCDEB (or 0x5DCDEB) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CD and EB. RGB value is (93,205,235). Sum of RGB (Red+Green+Blue) = 93+205+235=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDEB is #A23214. Grayscale: #AEAEAE. Windows color (decimal): -10629653 or 15453533. OLE color: 15453533.

HSL color Cylindrical-coordinate representation of color #5DCDEB: hue angle of 192.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCDEB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93205235-
CMYK0.600.1300.08
HSL192.68º78.02%64.31%-
HSV(B)192.68º60.43%92.16%-
XYZ41.3451.9986.45-
YUV174.93161.8969.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.45%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=17.45%
G=38.46%
B=44.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932052350.600.1300.08192.6878.0264.31
Hex5DCDEB3CD08c14e40
Octal1353153537415010301116100
Binary101110111001101111010111111001101010001100000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dcdeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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