#5BD0C4

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

Shades of Medium Turquoise #5BD0C4

Tints of Medium Turquoise #5BD0C4

Color information

#5BD0C4 (or 0x5BD0C4) is unknown color: approx Medium Turquoise. HEX triplet: 5B, D0 and C4. RGB value is (91,208,196). Sum of RGB (Red+Green+Blue) = 91+208+196=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD0C4 is #A42F3B. Grayscale: #ABABAB. Windows color (decimal): -10759996 or 12898395. OLE color: 12898395.

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

Color convert

RGB91208196-
CMYK0.5600.060.18
HSL173.85º55.45%58.63%-
HSV(B)173.85º56.25%81.57%-
XYZ36.8351.3260.19-
YUV171.65141.7470.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.38%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=18.38%
G=42.02%
B=39.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal912081960.5600.060.18173.8555.4558.63
Hex5BD0C4380612ae373b
Octal1333203047006222566773
Binary1011011110100001100010011100001101001010101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,208,196); }

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

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

 a { background-color: rgb(91,208,196); }

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

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

 span { border-color: rgb(91,208,196); }

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