#3FCCD8

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

Shades of Medium Turquoise #3FCCD8

Tints of Medium Turquoise #3FCCD8

Color information

#3FCCD8 (or 0x3FCCD8) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CC and D8. RGB value is (63,204,216). Sum of RGB (Red+Green+Blue) = 63+204+216=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FCCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCD8 is #C03327. Grayscale: #A3A3A3. Windows color (decimal): -12596008 or 14208063. OLE color: 14208063.

HSL color Cylindrical-coordinate representation of color #3FCCD8: hue angle of 184.71º 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 #3FCCD8 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB63204216-
CMYK0.710.0600.15
HSL184.71º66.23%54.71%-
HSV(B)184.71º70.83%84.71%-
XYZ36.0449.272.56-
YUV163.21157.7956.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.04%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 216 (84.77% from 255) = 44.72%
R=13.04%
G=42.24%
B=44.72%

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
Decimal632042160.710.0600.15184.7166.2354.71
Hex3FCCD84760Fb94237
Octal77314330107601727110267
Binary1111111100110011011000100011111001111101110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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