Shades of Turquoise #3DF5FC
Tints of Turquoise #3DF5FC
RGB
CMYK
RGB Variations
Color information
#3DF5FC (or 0x3DF5FC) is known color: Turquoise. HEX triplet: 3D, F5 and FC. RGB value is (61,245,252). Sum of RGB (Red+Green+Blue) = 61+245+252=558 (73% of max value = 765). Red value is 61 (24.22% from 255 or 10.93% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DF5FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF5FC is #C20A03. Grayscale: #BEBEBE. Windows color (decimal): -12716548 or 16577853. OLE color: 16577853.
HSL color Cylindrical-coordinate representation of color #3DF5FC: hue angle of 182.2º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF5FC is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 245 | 252 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.01 |
| HSL | 182.2º | 0.97% | 0.61% | - |
| HSV(B) | 182.2º | 0.76% | 0.99% | - |
| XYZ | 52.15 | 73.33 | 103.5 | - |
| YUV | 190.78 | 162.54 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 252 | 0.76 | 0.03 | 0 | 0.01 | 182.2 | 0.97 | 0.61 |
| Hex | 3D | F5 | FC | 4C | 3 | 0 | 1 | B6 | 61 | 3D |
| Octal | 75 | 365 | 374 | 114 | 3 | 0 | 1 | 266 | 141 | 75 |
| Binary | 111101 | 11110101 | 11111100 | 1001100 | 11 | 0 | 1 | 10110110 | 1100001 | 111101 |
Color Harmonies of #3DF5FC
Complementary color
Monochromatic Colors of #3DF5FC
Black with #3DF5FC
Text Example
Text Example
White with #3DF5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5FC; }
p { color: rgb(61,245,252); }
H1.HeaderClassName
{
color: #3DF5FC;
}
.AnyTagClassName
{
color: #3DF5FC;
}
</style>
background-color css
<style>
a { background-color: #3DF5FC; }
a { background-color: rgb(61,245,252); }
div.DivClassName
{
background-color: #3DF5FC;
}
.BgClassName
{
background-color: #3DF5FC;
}
</style>
border-color css
<style>
span { border-color: #3DF5FC; }
span { border-color: rgb(61,245,252); }
td.TdClassName
{
border-color: #3DF5FC;
}
.TagClassName
{
border-color: #3DF5FC;
}
</style>