Shades of Turquoise #39FFCB
Tints of Turquoise #39FFCB
RGB
CMYK
RGB Variations
Color information
#39FFCB (or 0x39FFCB) is known color: Turquoise. HEX triplet: 39, FF and CB. RGB value is (57,255,203). Sum of RGB (Red+Green+Blue) = 57+255+203=515 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.07% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFCB is #C60034. Grayscale: #BDBDBD. Windows color (decimal): -12976181 or 13369145. OLE color: 13369145.
HSL color Cylindrical-coordinate representation of color #39FFCB: hue angle of 164.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFCB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 203 | - |
| CMYK | 0.78 | 0 | 0.20 | 0 |
| HSL | 164.24º | 1% | 0.61% | - |
| HSV(B) | 164.24º | 0.78% | 1% | - |
| XYZ | 48.23 | 76.7 | 68.76 | - |
| YUV | 189.87 | 135.4 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 203 | 0.78 | 0 | 0.20 | 0 | 164.24 | 1 | 0.61 |
| Hex | 39 | FF | CB | 4E | 0 | 14 | 0 | A4 | 64 | 3D |
| Octal | 71 | 377 | 313 | 116 | 0 | 24 | 0 | 244 | 144 | 75 |
| Binary | 111001 | 11111111 | 11001011 | 1001110 | 0 | 10100 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #39FFCB
Complementary color
Monochromatic Colors of #39FFCB
Black with #39FFCB
Text Example
Text Example
White with #39FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFCB; }
p { color: rgb(57,255,203); }
H1.HeaderClassName
{
color: #39FFCB;
}
.AnyTagClassName
{
color: #39FFCB;
}
</style>
background-color css
<style>
a { background-color: #39FFCB; }
a { background-color: rgb(57,255,203); }
div.DivClassName
{
background-color: #39FFCB;
}
.BgClassName
{
background-color: #39FFCB;
}
</style>
border-color css
<style>
span { border-color: #39FFCB; }
span { border-color: rgb(57,255,203); }
td.TdClassName
{
border-color: #39FFCB;
}
.TagClassName
{
border-color: #39FFCB;
}
</style>