Shades of Turquoise #3FDBF1
Tints of Turquoise #3FDBF1
RGB
CMYK
RGB Variations
Color information
#3FDBF1 (or 0x3FDBF1) is known color: Turquoise. HEX triplet: 3F, DB and F1. RGB value is (63,219,241). Sum of RGB (Red+Green+Blue) = 63+219+241=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBF1 is #C0240E. Grayscale: #AEAEAE. Windows color (decimal): -12592143 or 15850303. OLE color: 15850303.
HSL color Cylindrical-coordinate representation of color #3FDBF1: hue angle of 187.42º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDBF1 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 219 | 241 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.05 |
| HSL | 187.42º | 0.86% | 0.6% | - |
| HSV(B) | 187.42º | 0.74% | 0.95% | - |
| XYZ | 43.26 | 58.07 | 92.15 | - |
| YUV | 174.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 241 | 0.74 | 0.09 | 0 | 0.05 | 187.42 | 0.86 | 0.6 |
| Hex | 3F | DB | F1 | 4A | 9 | 0 | 5 | BB | 56 | 3C |
| Octal | 77 | 333 | 361 | 112 | 11 | 0 | 5 | 273 | 126 | 74 |
| Binary | 111111 | 11011011 | 11110001 | 1001010 | 1001 | 0 | 101 | 10111011 | 1010110 | 111100 |
Color Harmonies of #3FDBF1
Complementary color
Monochromatic Colors of #3FDBF1
Black with #3FDBF1
Text Example
Text Example
White with #3FDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBF1; }
p { color: rgb(63,219,241); }
H1.HeaderClassName
{
color: #3FDBF1;
}
.AnyTagClassName
{
color: #3FDBF1;
}
</style>
background-color css
<style>
a { background-color: #3FDBF1; }
a { background-color: rgb(63,219,241); }
div.DivClassName
{
background-color: #3FDBF1;
}
.BgClassName
{
background-color: #3FDBF1;
}
</style>
border-color css
<style>
span { border-color: #3FDBF1; }
span { border-color: rgb(63,219,241); }
td.TdClassName
{
border-color: #3FDBF1;
}
.TagClassName
{
border-color: #3FDBF1;
}
</style>