Shades of Turquoise #3DFFEE
Tints of Turquoise #3DFFEE
RGB
CMYK
RGB Variations
Color information
#3DFFEE (or 0x3DFFEE) is known color: Turquoise. HEX triplet: 3D, FF and EE. RGB value is (61,255,238). Sum of RGB (Red+Green+Blue) = 61+255+238=554 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.01% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFEE is #C20011. Grayscale: #C2C2C2. Windows color (decimal): -12714002 or 15662909. OLE color: 15662909.
HSL color Cylindrical-coordinate representation of color #3DFFEE: hue angle of 174.74º 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 #3DFFEE is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 238 | - |
| CMYK | 0.76 | 0 | 0.07 | 0 |
| HSL | 174.74º | 1% | 0.62% | - |
| HSV(B) | 174.74º | 0.76% | 1% | - |
| XYZ | 53.12 | 78.69 | 93.28 | - |
| YUV | 195.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 238 | 0.76 | 0 | 0.07 | 0 | 174.74 | 1 | 0.62 |
| Hex | 3D | FF | EE | 4C | 0 | 7 | 0 | AF | 64 | 3E |
| Octal | 75 | 377 | 356 | 114 | 0 | 7 | 0 | 257 | 144 | 76 |
| Binary | 111101 | 11111111 | 11101110 | 1001100 | 0 | 111 | 0 | 10101111 | 1100100 | 111110 |
Color Harmonies of #3DFFEE
Complementary color
Monochromatic Colors of #3DFFEE
Black with #3DFFEE
Text Example
Text Example
White with #3DFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFEE; }
p { color: rgb(61,255,238); }
H1.HeaderClassName
{
color: #3DFFEE;
}
.AnyTagClassName
{
color: #3DFFEE;
}
</style>
background-color css
<style>
a { background-color: #3DFFEE; }
a { background-color: rgb(61,255,238); }
div.DivClassName
{
background-color: #3DFFEE;
}
.BgClassName
{
background-color: #3DFFEE;
}
</style>
border-color css
<style>
span { border-color: #3DFFEE; }
span { border-color: rgb(61,255,238); }
td.TdClassName
{
border-color: #3DFFEE;
}
.TagClassName
{
border-color: #3DFFEE;
}
</style>