Shades of Turquoise #3DF9FA
Tints of Turquoise #3DF9FA
RGB
CMYK
RGB Variations
Color information
#3DF9FA (or 0x3DF9FA) is known color: Turquoise. HEX triplet: 3D, F9 and FA. RGB value is (61,249,250). Sum of RGB (Red+Green+Blue) = 61+249+250=560 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.89% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DF9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF9FA is #C20605. Grayscale: #C0C0C0. Windows color (decimal): -12715526 or 16447805. OLE color: 16447805.
HSL color Cylindrical-coordinate representation of color #3DF9FA: hue angle of 180.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9FA is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 250 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.02 |
| HSL | 180.32º | 0.95% | 0.61% | - |
| HSV(B) | 180.32º | 0.76% | 0.98% | - |
| XYZ | 53.06 | 75.65 | 102.25 | - |
| YUV | 192.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 250 | 0.76 | 0.00 | 0 | 0.02 | 180.32 | 0.95 | 0.61 |
| Hex | 3D | F9 | FA | 4C | 0 | 0 | 2 | B4 | 5F | 3D |
| Octal | 75 | 371 | 372 | 114 | 0 | 0 | 2 | 264 | 137 | 75 |
| Binary | 111101 | 11111001 | 11111010 | 1001100 | 0 | 0 | 10 | 10110100 | 1011111 | 111101 |
Color Harmonies of #3DF9FA
Complementary color
Monochromatic Colors of #3DF9FA
Black with #3DF9FA
Text Example
Text Example
White with #3DF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9FA; }
p { color: rgb(61,249,250); }
H1.HeaderClassName
{
color: #3DF9FA;
}
.AnyTagClassName
{
color: #3DF9FA;
}
</style>
background-color css
<style>
a { background-color: #3DF9FA; }
a { background-color: rgb(61,249,250); }
div.DivClassName
{
background-color: #3DF9FA;
}
.BgClassName
{
background-color: #3DF9FA;
}
</style>
border-color css
<style>
span { border-color: #3DF9FA; }
span { border-color: rgb(61,249,250); }
td.TdClassName
{
border-color: #3DF9FA;
}
.TagClassName
{
border-color: #3DF9FA;
}
</style>