Shades of Turquoise #3FEEFC
Tints of Turquoise #3FEEFC
RGB
CMYK
RGB Variations
Color information
#3FEEFC (or 0x3FEEFC) is known color: Turquoise. HEX triplet: 3F, EE and FC. RGB value is (63,238,252). Sum of RGB (Red+Green+Blue) = 63+238+252=553 (73% of max value = 765). Red value is 63 (25% from 255 or 11.39% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEFC is #C01103. Grayscale: #BBBBBB. Windows color (decimal): -12587268 or 16576063. OLE color: 16576063.
HSL color Cylindrical-coordinate representation of color #3FEEFC: hue angle of 184.44º 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 #3FEEFC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 238 | 252 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.01 |
| HSL | 184.44º | 0.97% | 0.62% | - |
| HSV(B) | 184.44º | 0.75% | 0.99% | - |
| XYZ | 50.2 | 69.23 | 102.81 | - |
| YUV | 187.27 | 164.52 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 252 | 0.75 | 0.06 | 0 | 0.01 | 184.44 | 0.97 | 0.62 |
| Hex | 3F | EE | FC | 4B | 6 | 0 | 1 | B8 | 61 | 3E |
| Octal | 77 | 356 | 374 | 113 | 6 | 0 | 1 | 270 | 141 | 76 |
| Binary | 111111 | 11101110 | 11111100 | 1001011 | 110 | 0 | 1 | 10111000 | 1100001 | 111110 |
Color Harmonies of #3FEEFC
Complementary color
Monochromatic Colors of #3FEEFC
Black with #3FEEFC
Text Example
Text Example
White with #3FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEFC; }
p { color: rgb(63,238,252); }
H1.HeaderClassName
{
color: #3FEEFC;
}
.AnyTagClassName
{
color: #3FEEFC;
}
</style>
background-color css
<style>
a { background-color: #3FEEFC; }
a { background-color: rgb(63,238,252); }
div.DivClassName
{
background-color: #3FEEFC;
}
.BgClassName
{
background-color: #3FEEFC;
}
</style>
border-color css
<style>
span { border-color: #3FEEFC; }
span { border-color: rgb(63,238,252); }
td.TdClassName
{
border-color: #3FEEFC;
}
.TagClassName
{
border-color: #3FEEFC;
}
</style>