#5DCBCF

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

Shades of Medium Turquoise #5DCBCF

Tints of Medium Turquoise #5DCBCF

Color information

#5DCBCF (or 0x5DCBCF) is unknown color: approx Medium Turquoise. HEX triplet: 5D, CB and CF. RGB value is (93,203,207). Sum of RGB (Red+Green+Blue) = 93+203+207=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCBCF is #A23430. Grayscale: #AAAAAA. Windows color (decimal): -10630193 or 13618013. OLE color: 13618013.

HSL color Cylindrical-coordinate representation of color #5DCBCF: hue angle of 182.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCBCF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93203207-
CMYK0.550.0200.19
HSL182.11º54.29%58.82%-
HSV(B)182.11º55.07%81.18%-
XYZ37.1349.5466.64-
YUV170.57148.5672.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=18.49%
G=40.36%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932032070.550.0200.19182.1154.2958.82
Hex5DCBCF372013b6363b
Octal1353133176720232666673
Binary101110111001011110011111101111001001110110110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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