#5FD5CD

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

Shades of Medium Turquoise #5FD5CD

Tints of Medium Turquoise #5FD5CD

Color information

#5FD5CD (or 0x5FD5CD) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D5 and CD. RGB value is (95,213,205). Sum of RGB (Red+Green+Blue) = 95+213+205=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD5CD is #A02A32. Grayscale: #B0B0B0. Windows color (decimal): -10496563 or 13489503. OLE color: 13489503.

HSL color Cylindrical-coordinate representation of color #5FD5CD: hue angle of 175.93º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD5CD is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB95213205-
CMYK0.5500.040.16
HSL175.93º58.42%60.39%-
HSV(B)175.93º55.4%83.53%-
XYZ39.5354.4366.18-
YUV176.81143.9169.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.52%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=18.52%
G=41.52%
B=39.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952132050.5500.040.16175.9358.4260.39
Hex5FD5CD370410b03a3c
Octal1373253156704202607274
Binary1011111110101011100110111011101001000010110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,213,205); }

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

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

 a { background-color: rgb(95,213,205); }

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

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

 span { border-color: rgb(95,213,205); }

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