#5FCBD2

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

Shades of Medium Turquoise #5FCBD2

Tints of Medium Turquoise #5FCBD2

Color information

#5FCBD2 (or 0x5FCBD2) is unknown color: approx Medium Turquoise. HEX triplet: 5F, CB and D2. RGB value is (95,203,210). Sum of RGB (Red+Green+Blue) = 95+203+210=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #5FCBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCBD2 is #A0342D. Grayscale: #ABABAB. Windows color (decimal): -10499118 or 13814623. OLE color: 13814623.

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

Color convert

RGB95203210-
CMYK0.550.0300.18
HSL183.65º56.1%59.8%-
HSV(B)183.65º54.76%82.35%-
XYZ37.7149.868.6-
YUV171.51149.7273.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.70%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 210 (82.42% from 255) = 41.34%
R=18.70%
G=39.96%
B=41.34%

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
Decimal952032100.550.0300.18183.6556.159.8
Hex5FCBD2373012b8383c
Octal1373133226730222707074
Binary101111111001011110100101101111101001010111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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