#5DCBD1

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

Shades of Medium Turquoise #5DCBD1

Tints of Medium Turquoise #5DCBD1

Color information

#5DCBD1 (or 0x5DCBD1) is unknown color: approx Medium Turquoise. HEX triplet: 5D, CB and D1. RGB value is (93,203,209). Sum of RGB (Red+Green+Blue) = 93+203+209=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #5DCBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBD1 is #A2342E. Grayscale: #AAAAAA. Windows color (decimal): -10630191 or 13749085. OLE color: 13749085.

HSL color Cylindrical-coordinate representation of color #5DCBD1: hue angle of 183.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DCBD1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93203209-
CMYK0.560.0300.18
HSL183.1º55.77%59.22%-
HSV(B)183.1º55.5%81.96%-
XYZ37.3849.6467.93-
YUV170.79149.5672.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.42%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=18.42%
G=40.20%
B=41.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932032090.560.0300.18183.155.7759.22
Hex5DCBD1383012b7383b
Octal1353133217030222677073
Binary101110111001011110100011110001101001010110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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