Shades of Turquoise #3DFFF4
Tints of Turquoise #3DFFF4
RGB
CMYK
RGB Variations
Color information
#3DFFF4 (or 0x3DFFF4) is known color: Turquoise. HEX triplet: 3D, FF and F4. RGB value is (61,255,244). Sum of RGB (Red+Green+Blue) = 61+255+244=560 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.89% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFF4 is #C2000B. Grayscale: #C3C3C3. Windows color (decimal): -12713996 or 16056125. OLE color: 16056125.
HSL color Cylindrical-coordinate representation of color #3DFFF4: hue angle of 176.6º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFF4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 244 | - |
| CMYK | 0.76 | 0 | 0.04 | 0 |
| HSL | 176.6º | 1% | 0.62% | - |
| HSV(B) | 176.6º | 0.76% | 1% | - |
| XYZ | 54.01 | 79.04 | 98 | - |
| YUV | 195.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 244 | 0.76 | 0 | 0.04 | 0 | 176.6 | 1 | 0.62 |
| Hex | 3D | FF | F4 | 4C | 0 | 4 | 0 | B1 | 64 | 3E |
| Octal | 75 | 377 | 364 | 114 | 0 | 4 | 0 | 261 | 144 | 76 |
| Binary | 111101 | 11111111 | 11110100 | 1001100 | 0 | 100 | 0 | 10110001 | 1100100 | 111110 |
Color Harmonies of #3DFFF4
Complementary color
Monochromatic Colors of #3DFFF4
Black with #3DFFF4
Text Example
Text Example
White with #3DFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFF4; }
p { color: rgb(61,255,244); }
H1.HeaderClassName
{
color: #3DFFF4;
}
.AnyTagClassName
{
color: #3DFFF4;
}
</style>
background-color css
<style>
a { background-color: #3DFFF4; }
a { background-color: rgb(61,255,244); }
div.DivClassName
{
background-color: #3DFFF4;
}
.BgClassName
{
background-color: #3DFFF4;
}
</style>
border-color css
<style>
span { border-color: #3DFFF4; }
span { border-color: rgb(61,255,244); }
td.TdClassName
{
border-color: #3DFFF4;
}
.TagClassName
{
border-color: #3DFFF4;
}
</style>