#3FCDB5

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

Shades of Medium Turquoise #3FCDB5

Tints of Medium Turquoise #3FCDB5

Color information

#3FCDB5 (or 0x3FCDB5) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CD and B5. RGB value is (63,205,181). Sum of RGB (Red+Green+Blue) = 63+205+181=449 (59% of max value = 765). Red value is 63 (25% from 255 or 14.03% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDB5 is #C0324A. Grayscale: #9F9F9F. Windows color (decimal): -12595787 or 11914559. OLE color: 11914559.

HSL color Cylindrical-coordinate representation of color #3FCDB5: hue angle of 169.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDB5 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB63205181-
CMYK0.6900.120.20
HSL169.86º58.68%52.55%-
HSV(B)169.86º69.27%80.39%-
XYZ32.2248.0651.29-
YUV159.81139.9658.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.03%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=14.03%
G=45.66%
B=40.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632051810.6900.120.20169.8658.6852.55
Hex3FCDB5450C14aa3b35
Octal77315265105014242527365
Binary11111111001101101101011000101011001010010101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,181); }

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

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

 a { background-color: rgb(63,205,181); }

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

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

 span { border-color: rgb(63,205,181); }

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