Shades of Turquoise #3BFCEE
Tints of Turquoise #3BFCEE
RGB
CMYK
RGB Variations
Color information
#3BFCEE (or 0x3BFCEE) is known color: Turquoise. HEX triplet: 3B, FC and EE. RGB value is (59,252,238). Sum of RGB (Red+Green+Blue) = 59+252+238=549 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.75% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFCEE is #C40311. Grayscale: #C0C0C0. Windows color (decimal): -12845842 or 15662139. OLE color: 15662139.
HSL color Cylindrical-coordinate representation of color #3BFCEE: hue angle of 175.65º degrees, saturation: 0.97, 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 #3BFCEE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 238 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.01 |
| HSL | 175.65º | 0.97% | 0.61% | - |
| HSV(B) | 175.65º | 0.77% | 0.99% | - |
| XYZ | 52.05 | 76.72 | 92.95 | - |
| YUV | 192.7 | 153.56 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 238 | 0.77 | 0 | 0.06 | 0.01 | 175.65 | 0.97 | 0.61 |
| Hex | 3B | FC | EE | 4D | 0 | 6 | 1 | B0 | 61 | 3D |
| Octal | 73 | 374 | 356 | 115 | 0 | 6 | 1 | 260 | 141 | 75 |
| Binary | 111011 | 11111100 | 11101110 | 1001101 | 0 | 110 | 1 | 10110000 | 1100001 | 111101 |
Color Harmonies of #3BFCEE
Complementary color
Monochromatic Colors of #3BFCEE
Black with #3BFCEE
Text Example
Text Example
White with #3BFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCEE; }
p { color: rgb(59,252,238); }
H1.HeaderClassName
{
color: #3BFCEE;
}
.AnyTagClassName
{
color: #3BFCEE;
}
</style>
background-color css
<style>
a { background-color: #3BFCEE; }
a { background-color: rgb(59,252,238); }
div.DivClassName
{
background-color: #3BFCEE;
}
.BgClassName
{
background-color: #3BFCEE;
}
</style>
border-color css
<style>
span { border-color: #3BFCEE; }
span { border-color: rgb(59,252,238); }
td.TdClassName
{
border-color: #3BFCEE;
}
.TagClassName
{
border-color: #3BFCEE;
}
</style>