Shades of Turquoise #3DFEEE
Tints of Turquoise #3DFEEE
RGB
CMYK
RGB Variations
Color information
#3DFEEE (or 0x3DFEEE) is known color: Turquoise. HEX triplet: 3D, FE and EE. RGB value is (61,254,238). Sum of RGB (Red+Green+Blue) = 61+254+238=553 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.03% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFEEE is #C20111. Grayscale: #C2C2C2. Windows color (decimal): -12714258 or 15662653. OLE color: 15662653.
HSL color Cylindrical-coordinate representation of color #3DFEEE: hue angle of 175.03º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEEE is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 238 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.00 |
| HSL | 175.03º | 0.99% | 0.62% | - |
| HSV(B) | 175.03º | 0.76% | 1% | - |
| XYZ | 52.8 | 78.05 | 93.17 | - |
| YUV | 194.47 | 152.56 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 238 | 0.76 | 0 | 0.06 | 0.00 | 175.03 | 0.99 | 0.62 |
| Hex | 3D | FE | EE | 4C | 0 | 6 | 0 | AF | 63 | 3E |
| Octal | 75 | 376 | 356 | 114 | 0 | 6 | 0 | 257 | 143 | 76 |
| Binary | 111101 | 11111110 | 11101110 | 1001100 | 0 | 110 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #3DFEEE
Complementary color
Monochromatic Colors of #3DFEEE
Black with #3DFEEE
Text Example
Text Example
White with #3DFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEEE; }
p { color: rgb(61,254,238); }
H1.HeaderClassName
{
color: #3DFEEE;
}
.AnyTagClassName
{
color: #3DFEEE;
}
</style>
background-color css
<style>
a { background-color: #3DFEEE; }
a { background-color: rgb(61,254,238); }
div.DivClassName
{
background-color: #3DFEEE;
}
.BgClassName
{
background-color: #3DFEEE;
}
</style>
border-color css
<style>
span { border-color: #3DFEEE; }
span { border-color: rgb(61,254,238); }
td.TdClassName
{
border-color: #3DFEEE;
}
.TagClassName
{
border-color: #3DFEEE;
}
</style>