#5DCBE9

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

Shades of Turquoise Blue #5DCBE9

Tints of Turquoise Blue #5DCBE9

Color information

#5DCBE9 (or 0x5DCBE9) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CB and E9. RGB value is (93,203,233). Sum of RGB (Red+Green+Blue) = 93+203+233=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DCBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBE9 is #A23416. Grayscale: #ADADAD. Windows color (decimal): -10630167 or 15321949. OLE color: 15321949.

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

Color convert

RGB93203233-
CMYK0.600.1300.09
HSL192.86º76.09%63.92%-
HSV(B)192.86º60.09%91.37%-
XYZ40.5850.9284.78-
YUV173.53161.5670.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.58%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=17.58%
G=38.37%
B=44.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932032330.600.1300.09192.8676.0963.92
Hex5DCBE93CD09c14c40
Octal1353133517415011301114100
Binary101110111001011111010011111001101010011100000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,233); }

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

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

 a { background-color: rgb(93,203,233); }

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

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

 span { border-color: rgb(93,203,233); }

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