#3FCAD8

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

Shades of Medium Turquoise #3FCAD8

Tints of Medium Turquoise #3FCAD8

Color information

#3FCAD8 (or 0x3FCAD8) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CA and D8. RGB value is (63,202,216). Sum of RGB (Red+Green+Blue) = 63+202+216=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FCAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCAD8 is #C03527. Grayscale: #A1A1A1. Windows color (decimal): -12596520 or 14207551. OLE color: 14207551.

HSL color Cylindrical-coordinate representation of color #3FCAD8: hue angle of 185.49º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCAD8 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB63202216-
CMYK0.710.0600.15
HSL185.49º66.23%54.71%-
HSV(B)185.49º70.83%84.71%-
XYZ35.5748.2672.41-
YUV162.04158.4557.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.10%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 216 (84.77% from 255) = 44.91%
R=13.10%
G=42.00%
B=44.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal632022160.710.0600.15185.4966.2354.71
Hex3FCAD84760Fb94237
Octal77312330107601727110267
Binary1111111100101011011000100011111001111101110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FCAD8; }

 p { color: rgb(63,202,216); }

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

<style>
 a { background-color: #3FCAD8; }

 a { background-color: rgb(63,202,216); }

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

<style>
 span { border-color: #3FCAD8; }

 span { border-color: rgb(63,202,216); }

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