Shades of Turquoise #3BDEDF
Tints of Turquoise #3BDEDF
RGB
CMYK
RGB Variations
Color information
#3BDEDF (or 0x3BDEDF) is known color: Turquoise. HEX triplet: 3B, DE and DF. RGB value is (59,222,223). Sum of RGB (Red+Green+Blue) = 59+222+223=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDEDF is #C42120. Grayscale: #ADADAD. Windows color (decimal): -12853537 or 14671419. OLE color: 14671419.
HSL color Cylindrical-coordinate representation of color #3BDEDF: hue angle of 180.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDEDF is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 222 | 223 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.13 |
| HSL | 180.37º | 0.72% | 0.55% | - |
| HSV(B) | 180.37º | 0.74% | 0.87% | - |
| XYZ | 41.24 | 58.5 | 78.93 | - |
| YUV | 173.38 | 156 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 223 | 0.74 | 0.00 | 0 | 0.13 | 180.37 | 0.72 | 0.55 |
| Hex | 3B | DE | DF | 4A | 0 | 0 | D | B4 | 48 | 37 |
| Octal | 73 | 336 | 337 | 112 | 0 | 0 | 15 | 264 | 110 | 67 |
| Binary | 111011 | 11011110 | 11011111 | 1001010 | 0 | 0 | 1101 | 10110100 | 1001000 | 110111 |
Color Harmonies of #3BDEDF
Complementary color
Monochromatic Colors of #3BDEDF
Black with #3BDEDF
Text Example
Text Example
White with #3BDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEDF; }
p { color: rgb(59,222,223); }
H1.HeaderClassName
{
color: #3BDEDF;
}
.AnyTagClassName
{
color: #3BDEDF;
}
</style>
background-color css
<style>
a { background-color: #3BDEDF; }
a { background-color: rgb(59,222,223); }
div.DivClassName
{
background-color: #3BDEDF;
}
.BgClassName
{
background-color: #3BDEDF;
}
</style>
border-color css
<style>
span { border-color: #3BDEDF; }
span { border-color: rgb(59,222,223); }
td.TdClassName
{
border-color: #3BDEDF;
}
.TagClassName
{
border-color: #3BDEDF;
}
</style>