Shades of Medium Turquoise #3FCDDA
Tints of Medium Turquoise #3FCDDA
RGB
CMYK
RGB Variations
Color information
#3FCDDA (or 0x3FCDDA) is known color: Medium Turquoise. HEX triplet: 3F, CD and DA. RGB value is (63,205,218). Sum of RGB (Red+Green+Blue) = 63+205+218=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FCDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDDA is #C03225. Grayscale: #A3A3A3. Windows color (decimal): -12595750 or 14339391. OLE color: 14339391.
HSL color Cylindrical-coordinate representation of color #3FCDDA: hue angle of 185.03º degrees, saturation: 0.68, 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 #3FCDDA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 205 | 218 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.15 |
| HSL | 185.03º | 0.68% | 0.55% | - |
| HSV(B) | 185.03º | 0.71% | 0.85% | - |
| XYZ | 36.54 | 49.78 | 74.01 | - |
| YUV | 164.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 218 | 0.71 | 0.06 | 0 | 0.15 | 185.03 | 0.68 | 0.55 |
| Hex | 3F | CD | DA | 47 | 6 | 0 | F | B9 | 44 | 37 |
| Octal | 77 | 315 | 332 | 107 | 6 | 0 | 17 | 271 | 104 | 67 |
| Binary | 111111 | 11001101 | 11011010 | 1000111 | 110 | 0 | 1111 | 10111001 | 1000100 | 110111 |
Color Harmonies of #3FCDDA
Complementary color
Monochromatic Colors of #3FCDDA
Black with #3FCDDA
Text Example
Text Example
White with #3FCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDDA; }
p { color: rgb(63,205,218); }
H1.HeaderClassName
{
color: #3FCDDA;
}
.AnyTagClassName
{
color: #3FCDDA;
}
</style>
background-color css
<style>
a { background-color: #3FCDDA; }
a { background-color: rgb(63,205,218); }
div.DivClassName
{
background-color: #3FCDDA;
}
.BgClassName
{
background-color: #3FCDDA;
}
</style>
border-color css
<style>
span { border-color: #3FCDDA; }
span { border-color: rgb(63,205,218); }
td.TdClassName
{
border-color: #3FCDDA;
}
.TagClassName
{
border-color: #3FCDDA;
}
</style>