Shades of Turquoise #3BFEDD
Tints of Turquoise #3BFEDD
RGB
CMYK
RGB Variations
Color information
#3BFEDD (or 0x3BFEDD) is known color: Turquoise. HEX triplet: 3B, FE and DD. RGB value is (59,254,221). Sum of RGB (Red+Green+Blue) = 59+254+221=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEDD is #C40122. Grayscale: #BFBFBF. Windows color (decimal): -12845347 or 14548539. OLE color: 14548539.
HSL color Cylindrical-coordinate representation of color #3BFEDD: hue angle of 169.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEDD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 221 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.00 |
| HSL | 169.85º | 0.99% | 0.61% | - |
| HSV(B) | 169.85º | 0.77% | 1% | - |
| XYZ | 50.3 | 77.03 | 80.62 | - |
| YUV | 191.93 | 144.4 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 221 | 0.77 | 0 | 0.13 | 0.00 | 169.85 | 0.99 | 0.61 |
| Hex | 3B | FE | DD | 4D | 0 | D | 0 | AA | 63 | 3D |
| Octal | 73 | 376 | 335 | 115 | 0 | 15 | 0 | 252 | 143 | 75 |
| Binary | 111011 | 11111110 | 11011101 | 1001101 | 0 | 1101 | 0 | 10101010 | 1100011 | 111101 |
Color Harmonies of #3BFEDD
Complementary color
Monochromatic Colors of #3BFEDD
Black with #3BFEDD
Text Example
Text Example
White with #3BFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEDD; }
p { color: rgb(59,254,221); }
H1.HeaderClassName
{
color: #3BFEDD;
}
.AnyTagClassName
{
color: #3BFEDD;
}
</style>
background-color css
<style>
a { background-color: #3BFEDD; }
a { background-color: rgb(59,254,221); }
div.DivClassName
{
background-color: #3BFEDD;
}
.BgClassName
{
background-color: #3BFEDD;
}
</style>
border-color css
<style>
span { border-color: #3BFEDD; }
span { border-color: rgb(59,254,221); }
td.TdClassName
{
border-color: #3BFEDD;
}
.TagClassName
{
border-color: #3BFEDD;
}
</style>