#5FCBD1

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

Shades of Medium Turquoise #5FCBD1

Tints of Medium Turquoise #5FCBD1

Color information

#5FCBD1 (or 0x5FCBD1) is unknown color: approx Medium Turquoise. HEX triplet: 5F, CB and D1. RGB value is (95,203,209). Sum of RGB (Red+Green+Blue) = 95+203+209=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #5FCBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBD1 is #A0342E. Grayscale: #ABABAB. Windows color (decimal): -10499119 or 13749087. OLE color: 13749087.

HSL color Cylindrical-coordinate representation of color #5FCBD1: hue angle of 183.16º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FCBD1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB95203209-
CMYK0.550.0300.18
HSL183.16º55.34%59.61%-
HSV(B)183.16º54.55%81.96%-
XYZ37.5849.7567.94-
YUV171.39149.2273.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.74%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=18.74%
G=40.04%
B=41.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952032090.550.0300.18183.1655.3459.61
Hex5FCBD1373012b7373c
Octal1373133216730222676774
Binary101111111001011110100011101111101001010110111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,203,209); }

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

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

 a { background-color: rgb(95,203,209); }

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

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

 span { border-color: rgb(95,203,209); }

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