Shades of Turquoise #3BDFCB
Tints of Turquoise #3BDFCB
RGB
CMYK
RGB Variations
Color information
#3BDFCB (or 0x3BDFCB) is known color: Turquoise. HEX triplet: 3B, DF and CB. RGB value is (59,223,203). Sum of RGB (Red+Green+Blue) = 59+223+203=485 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.16% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFCB is #C42034. Grayscale: #ABABAB. Windows color (decimal): -12853301 or 13360955. OLE color: 13360955.
HSL color Cylindrical-coordinate representation of color #3BDFCB: hue angle of 172.68º 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 #3BDFCB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 203 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.13 |
| HSL | 172.68º | 0.72% | 0.55% | - |
| HSV(B) | 172.68º | 0.74% | 0.87% | - |
| XYZ | 38.97 | 58.02 | 65.64 | - |
| YUV | 171.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 203 | 0.74 | 0 | 0.09 | 0.13 | 172.68 | 0.72 | 0.55 |
| Hex | 3B | DF | CB | 4A | 0 | 9 | D | AD | 48 | 37 |
| Octal | 73 | 337 | 313 | 112 | 0 | 11 | 15 | 255 | 110 | 67 |
| Binary | 111011 | 11011111 | 11001011 | 1001010 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110111 |
Color Harmonies of #3BDFCB
Complementary color
Monochromatic Colors of #3BDFCB
Black with #3BDFCB
Text Example
Text Example
White with #3BDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFCB; }
p { color: rgb(59,223,203); }
H1.HeaderClassName
{
color: #3BDFCB;
}
.AnyTagClassName
{
color: #3BDFCB;
}
</style>
background-color css
<style>
a { background-color: #3BDFCB; }
a { background-color: rgb(59,223,203); }
div.DivClassName
{
background-color: #3BDFCB;
}
.BgClassName
{
background-color: #3BDFCB;
}
</style>
border-color css
<style>
span { border-color: #3BDFCB; }
span { border-color: rgb(59,223,203); }
td.TdClassName
{
border-color: #3BDFCB;
}
.TagClassName
{
border-color: #3BDFCB;
}
</style>