#5FD0CF

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

Shades of Medium Turquoise #5FD0CF

Tints of Medium Turquoise #5FD0CF

Color information

#5FD0CF (or 0x5FD0CF) is unknown color: approx Medium Turquoise. HEX triplet: 5F, D0 and CF. RGB value is (95,208,207). Sum of RGB (Red+Green+Blue) = 95+208+207=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD0CF is #A02F30. Grayscale: #ADADAD. Windows color (decimal): -10497841 or 13619295. OLE color: 13619295.

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

Color convert

RGB95208207-
CMYK0.5400.000.18
HSL179.47º54.59%59.41%-
HSV(B)179.47º54.33%81.57%-
XYZ38.5452.0567.05-
YUV174.1146.5671.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.63%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=18.63%
G=40.78%
B=40.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952082070.5400.000.18179.4754.5959.41
Hex5FD0CF360012b3373b
Octal1373203176600222636773
Binary10111111101000011001111110110001001010110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,208,207); }

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

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

 a { background-color: rgb(95,208,207); }

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

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

 span { border-color: rgb(95,208,207); }

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