#5BEDDC

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

Shades of Turquoise #5BEDDC

Tints of Turquoise #5BEDDC

Color information

#5BEDDC (or 0x5BEDDC) is unknown color: approx Turquoise. HEX triplet: 5B, ED and DC. RGB value is (91,237,220). Sum of RGB (Red+Green+Blue) = 91+237+220=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEDDC is #A41223. Grayscale: #BFBFBF. Windows color (decimal): -10752548 or 14478683. OLE color: 14478683.

HSL color Cylindrical-coordinate representation of color #5BEDDC: hue angle of 173.01º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEDDC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB91237220-
CMYK0.6200.070.07
HSL173.01º80.22%64.31%-
HSV(B)173.01º61.6%92.94%-
XYZ47.5267.9678.32-
YUV191.41144.1356.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.61%
GREEN value IS 237 (92.97% from 255) = 43.25%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=16.61%
G=43.25%
B=40.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912372200.6200.070.07173.0180.2264.31
Hex5BEDDC3E077ad5040
Octal13335533476077255120100
Binary1011011111011011101110011111001111111010110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,237,220); }

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

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

 a { background-color: rgb(91,237,220); }

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

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

 span { border-color: rgb(91,237,220); }

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