#5BCED1

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

Shades of Medium Turquoise #5BCED1

Tints of Medium Turquoise #5BCED1

Color information

#5BCED1 (or 0x5BCED1) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CE and D1. RGB value is (91,206,209). Sum of RGB (Red+Green+Blue) = 91+206+209=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #5BCED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCED1 is #A4312E. Grayscale: #ABABAB. Windows color (decimal): -10760495 or 13749851. OLE color: 13749851.

HSL color Cylindrical-coordinate representation of color #5BCED1: hue angle of 181.53º 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 #5BCED1 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB91206209-
CMYK0.560.0100.18
HSL181.53º56.19%58.82%-
HSV(B)181.53º56.46%81.96%-
XYZ37.8950.9768.16-
YUV171.96148.970.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.98%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=17.98%
G=40.71%
B=41.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912062090.560.0100.18181.5356.1958.82
Hex5BCED1381012b6383b
Octal1333163217010222667073
Binary10110111100111011010001111000101001010110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,206,209); }

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

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

 a { background-color: rgb(91,206,209); }

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

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

 span { border-color: rgb(91,206,209); }

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