Shades of Turquoise #3BFDDE
Tints of Turquoise #3BFDDE
RGB
CMYK
RGB Variations
Color information
#3BFDDE (or 0x3BFDDE) is known color: Turquoise. HEX triplet: 3B, FD and DE. RGB value is (59,253,222). Sum of RGB (Red+Green+Blue) = 59+253+222=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDDE is #C40221. Grayscale: #BFBFBF. Windows color (decimal): -12845602 or 14613819. OLE color: 14613819.
HSL color Cylindrical-coordinate representation of color #3BFDDE: hue angle of 170.41º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDDE is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 222 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.41º | 0.98% | 0.61% | - |
| HSV(B) | 170.41º | 0.77% | 0.99% | - |
| XYZ | 50.11 | 76.45 | 81.22 | - |
| YUV | 191.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 222 | 0.77 | 0 | 0.12 | 0.01 | 170.41 | 0.98 | 0.61 |
| Hex | 3B | FD | DE | 4D | 0 | C | 1 | AA | 62 | 3D |
| Octal | 73 | 375 | 336 | 115 | 0 | 14 | 1 | 252 | 142 | 75 |
| Binary | 111011 | 11111101 | 11011110 | 1001101 | 0 | 1100 | 1 | 10101010 | 1100010 | 111101 |
Color Harmonies of #3BFDDE
Complementary color
Monochromatic Colors of #3BFDDE
Black with #3BFDDE
Text Example
Text Example
White with #3BFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDDE; }
p { color: rgb(59,253,222); }
H1.HeaderClassName
{
color: #3BFDDE;
}
.AnyTagClassName
{
color: #3BFDDE;
}
</style>
background-color css
<style>
a { background-color: #3BFDDE; }
a { background-color: rgb(59,253,222); }
div.DivClassName
{
background-color: #3BFDDE;
}
.BgClassName
{
background-color: #3BFDDE;
}
</style>
border-color css
<style>
span { border-color: #3BFDDE; }
span { border-color: rgb(59,253,222); }
td.TdClassName
{
border-color: #3BFDDE;
}
.TagClassName
{
border-color: #3BFDDE;
}
</style>