Shades of Turquoise #3FDBCA
Tints of Turquoise #3FDBCA
RGB
CMYK
RGB Variations
Color information
#3FDBCA (or 0x3FDBCA) is known color: Turquoise. HEX triplet: 3F, DB and CA. RGB value is (63,219,202). Sum of RGB (Red+Green+Blue) = 63+219+202=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBCA is #C02435. Grayscale: #AAAAAA. Windows color (decimal): -12592182 or 13294399. OLE color: 13294399.
HSL color Cylindrical-coordinate representation of color #3FDBCA: hue angle of 173.46º 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 #3FDBCA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 202 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.14 |
| HSL | 173.46º | 0.68% | 0.55% | - |
| HSV(B) | 173.46º | 0.71% | 0.86% | - |
| XYZ | 38.04 | 55.98 | 64.68 | - |
| YUV | 170.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 202 | 0.71 | 0 | 0.08 | 0.14 | 173.46 | 0.68 | 0.55 |
| Hex | 3F | DB | CA | 47 | 0 | 8 | E | AD | 44 | 37 |
| Octal | 77 | 333 | 312 | 107 | 0 | 10 | 16 | 255 | 104 | 67 |
| Binary | 111111 | 11011011 | 11001010 | 1000111 | 0 | 1000 | 1110 | 10101101 | 1000100 | 110111 |
Color Harmonies of #3FDBCA
Complementary color
Monochromatic Colors of #3FDBCA
Black with #3FDBCA
Text Example
Text Example
White with #3FDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBCA; }
p { color: rgb(63,219,202); }
H1.HeaderClassName
{
color: #3FDBCA;
}
.AnyTagClassName
{
color: #3FDBCA;
}
</style>
background-color css
<style>
a { background-color: #3FDBCA; }
a { background-color: rgb(63,219,202); }
div.DivClassName
{
background-color: #3FDBCA;
}
.BgClassName
{
background-color: #3FDBCA;
}
</style>
border-color css
<style>
span { border-color: #3FDBCA; }
span { border-color: rgb(63,219,202); }
td.TdClassName
{
border-color: #3FDBCA;
}
.TagClassName
{
border-color: #3FDBCA;
}
</style>