Shades of Turquoise #3FFBCA
Tints of Turquoise #3FFBCA
RGB
CMYK
RGB Variations
Color information
#3FFBCA (or 0x3FFBCA) is known color: Turquoise. HEX triplet: 3F, FB and CA. RGB value is (63,251,202). Sum of RGB (Red+Green+Blue) = 63+251+202=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBCA is #C00435. Grayscale: #BDBDBD. Windows color (decimal): -12583990 or 13302591. OLE color: 13302591.
HSL color Cylindrical-coordinate representation of color #3FFBCA: hue angle of 164.36º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBCA is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 202 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.02 |
| HSL | 164.36º | 0.96% | 0.62% | - |
| HSV(B) | 164.36º | 0.75% | 0.98% | - |
| XYZ | 47.21 | 74.32 | 67.73 | - |
| YUV | 189.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 202 | 0.75 | 0 | 0.20 | 0.02 | 164.36 | 0.96 | 0.62 |
| Hex | 3F | FB | CA | 4B | 0 | 14 | 2 | A4 | 60 | 3E |
| Octal | 77 | 373 | 312 | 113 | 0 | 24 | 2 | 244 | 140 | 76 |
| Binary | 111111 | 11111011 | 11001010 | 1001011 | 0 | 10100 | 10 | 10100100 | 1100000 | 111110 |
Color Harmonies of #3FFBCA
Complementary color
Monochromatic Colors of #3FFBCA
Black with #3FFBCA
Text Example
Text Example
White with #3FFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBCA; }
p { color: rgb(63,251,202); }
H1.HeaderClassName
{
color: #3FFBCA;
}
.AnyTagClassName
{
color: #3FFBCA;
}
</style>
background-color css
<style>
a { background-color: #3FFBCA; }
a { background-color: rgb(63,251,202); }
div.DivClassName
{
background-color: #3FFBCA;
}
.BgClassName
{
background-color: #3FFBCA;
}
</style>
border-color css
<style>
span { border-color: #3FFBCA; }
span { border-color: rgb(63,251,202); }
td.TdClassName
{
border-color: #3FFBCA;
}
.TagClassName
{
border-color: #3FFBCA;
}
</style>