#5BCCCA

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

Shades of Medium Turquoise #5BCCCA

Tints of Medium Turquoise #5BCCCA

Color information

#5BCCCA (or 0x5BCCCA) is unknown color: approx Medium Turquoise. HEX triplet: 5B, CC and CA. RGB value is (91,204,202). Sum of RGB (Red+Green+Blue) = 91+204+202=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCCA is #A43335. Grayscale: #A9A9A9. Windows color (decimal): -10761014 or 13290587. OLE color: 13290587.

HSL color Cylindrical-coordinate representation of color #5BCCCA: hue angle of 178.94º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCCA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB91204202-
CMYK0.5500.010.2
HSL178.94º52.56%57.84%-
HSV(B)178.94º55.39%80%-
XYZ36.5749.6763.54-
YUV169.98146.0671.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.31%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=18.31%
G=41.05%
B=40.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal912042020.5500.010.2178.9452.5657.84
Hex5BCCCA370114b3353a
Octal1333143126701242636572
Binary10110111100110011001010110111011010010110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,204,202); }

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

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

 a { background-color: rgb(91,204,202); }

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

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

 span { border-color: rgb(91,204,202); }

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