Shades of Turquoise #3FDBD5
Tints of Turquoise #3FDBD5
RGB
CMYK
RGB Variations
Color information
#3FDBD5 (or 0x3FDBD5) is known color: Turquoise. HEX triplet: 3F, DB and D5. RGB value is (63,219,213). Sum of RGB (Red+Green+Blue) = 63+219+213=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBD5 is #C0242A. Grayscale: #ABABAB. Windows color (decimal): -12592171 or 14015295. OLE color: 14015295.
HSL color Cylindrical-coordinate representation of color #3FDBD5: hue angle of 177.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBD5 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 213 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.14 |
| HSL | 177.69º | 0.68% | 0.55% | - |
| HSV(B) | 177.69º | 0.71% | 0.86% | - |
| XYZ | 39.39 | 56.52 | 71.78 | - |
| YUV | 171.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 213 | 0.71 | 0 | 0.03 | 0.14 | 177.69 | 0.68 | 0.55 |
| Hex | 3F | DB | D5 | 47 | 0 | 3 | E | B2 | 44 | 37 |
| Octal | 77 | 333 | 325 | 107 | 0 | 3 | 16 | 262 | 104 | 67 |
| Binary | 111111 | 11011011 | 11010101 | 1000111 | 0 | 11 | 1110 | 10110010 | 1000100 | 110111 |
Color Harmonies of #3FDBD5
Complementary color
Monochromatic Colors of #3FDBD5
Black with #3FDBD5
Text Example
Text Example
White with #3FDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBD5; }
p { color: rgb(63,219,213); }
H1.HeaderClassName
{
color: #3FDBD5;
}
.AnyTagClassName
{
color: #3FDBD5;
}
</style>
background-color css
<style>
a { background-color: #3FDBD5; }
a { background-color: rgb(63,219,213); }
div.DivClassName
{
background-color: #3FDBD5;
}
.BgClassName
{
background-color: #3FDBD5;
}
</style>
border-color css
<style>
span { border-color: #3FDBD5; }
span { border-color: rgb(63,219,213); }
td.TdClassName
{
border-color: #3FDBD5;
}
.TagClassName
{
border-color: #3FDBD5;
}
</style>