Shades of Turquoise #3DF5F9
Tints of Turquoise #3DF5F9
RGB
CMYK
RGB Variations
Color information
#3DF5F9 (or 0x3DF5F9) is known color: Turquoise. HEX triplet: 3D, F5 and F9. RGB value is (61,245,249). Sum of RGB (Red+Green+Blue) = 61+245+249=555 (73% of max value = 765). Red value is 61 (24.22% from 255 or 10.99% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #3DF5F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF5F9 is #C20A06. Grayscale: #BEBEBE. Windows color (decimal): -12716551 or 16381245. OLE color: 16381245.
HSL color Cylindrical-coordinate representation of color #3DF5F9: hue angle of 181.28º degrees, saturation: 0.94, 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 #3DF5F9 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 245 | 249 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.02 |
| HSL | 181.28º | 0.94% | 0.61% | - |
| HSV(B) | 181.28º | 0.76% | 0.98% | - |
| XYZ | 51.68 | 73.14 | 101.02 | - |
| YUV | 190.44 | 161.04 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 249 | 0.76 | 0.02 | 0 | 0.02 | 181.28 | 0.94 | 0.61 |
| Hex | 3D | F5 | F9 | 4C | 2 | 0 | 2 | B5 | 5E | 3D |
| Octal | 75 | 365 | 371 | 114 | 2 | 0 | 2 | 265 | 136 | 75 |
| Binary | 111101 | 11110101 | 11111001 | 1001100 | 10 | 0 | 10 | 10110101 | 1011110 | 111101 |
Color Harmonies of #3DF5F9
Complementary color
Monochromatic Colors of #3DF5F9
Black with #3DF5F9
Text Example
Text Example
White with #3DF5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5F9; }
p { color: rgb(61,245,249); }
H1.HeaderClassName
{
color: #3DF5F9;
}
.AnyTagClassName
{
color: #3DF5F9;
}
</style>
background-color css
<style>
a { background-color: #3DF5F9; }
a { background-color: rgb(61,245,249); }
div.DivClassName
{
background-color: #3DF5F9;
}
.BgClassName
{
background-color: #3DF5F9;
}
</style>
border-color css
<style>
span { border-color: #3DF5F9; }
span { border-color: rgb(61,245,249); }
td.TdClassName
{
border-color: #3DF5F9;
}
.TagClassName
{
border-color: #3DF5F9;
}
</style>