Shades of Turquoise #3FFCEE
Tints of Turquoise #3FFCEE
RGB
CMYK
RGB Variations
Color information
#3FFCEE (or 0x3FFCEE) is known color: Turquoise. HEX triplet: 3F, FC and EE. RGB value is (63,252,238). Sum of RGB (Red+Green+Blue) = 63+252+238=553 (73% of max value = 765). Red value is 63 (25% from 255 or 11.39% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCEE is #C00311. Grayscale: #C1C1C1. Windows color (decimal): -12583698 or 15662143. OLE color: 15662143.
HSL color Cylindrical-coordinate representation of color #3FFCEE: hue angle of 175.56º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCEE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 238 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.01 |
| HSL | 175.56º | 0.97% | 0.62% | - |
| HSV(B) | 175.56º | 0.75% | 0.99% | - |
| XYZ | 52.29 | 76.85 | 92.97 | - |
| YUV | 193.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 238 | 0.75 | 0 | 0.06 | 0.01 | 175.56 | 0.97 | 0.62 |
| Hex | 3F | FC | EE | 4B | 0 | 6 | 1 | B0 | 61 | 3E |
| Octal | 77 | 374 | 356 | 113 | 0 | 6 | 1 | 260 | 141 | 76 |
| Binary | 111111 | 11111100 | 11101110 | 1001011 | 0 | 110 | 1 | 10110000 | 1100001 | 111110 |
Color Harmonies of #3FFCEE
Complementary color
Monochromatic Colors of #3FFCEE
Black with #3FFCEE
Text Example
Text Example
White with #3FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCEE; }
p { color: rgb(63,252,238); }
H1.HeaderClassName
{
color: #3FFCEE;
}
.AnyTagClassName
{
color: #3FFCEE;
}
</style>
background-color css
<style>
a { background-color: #3FFCEE; }
a { background-color: rgb(63,252,238); }
div.DivClassName
{
background-color: #3FFCEE;
}
.BgClassName
{
background-color: #3FFCEE;
}
</style>
border-color css
<style>
span { border-color: #3FFCEE; }
span { border-color: rgb(63,252,238); }
td.TdClassName
{
border-color: #3FFCEE;
}
.TagClassName
{
border-color: #3FFCEE;
}
</style>