Shades of Medium Turquoise #3FCBCA
Tints of Medium Turquoise #3FCBCA
RGB
CMYK
RGB Variations
Color information
#3FCBCA (or 0x3FCBCA) is known color: Medium Turquoise. HEX triplet: 3F, CB and CA. RGB value is (63,203,202). Sum of RGB (Red+Green+Blue) = 63+203+202=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBCA is #C03435. Grayscale: #A0A0A0. Windows color (decimal): -12596278 or 13290303. OLE color: 13290303.
HSL color Cylindrical-coordinate representation of color #3FCBCA: hue angle of 179.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBCA is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 202 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.20 |
| HSL | 179.57º | 0.57% | 0.52% | - |
| HSV(B) | 179.57º | 0.69% | 0.8% | - |
| XYZ | 34.07 | 48.03 | 63.35 | - |
| YUV | 161.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 202 | 0.69 | 0 | 0.00 | 0.20 | 179.57 | 0.57 | 0.52 |
| Hex | 3F | CB | CA | 45 | 0 | 0 | 14 | B4 | 39 | 34 |
| Octal | 77 | 313 | 312 | 105 | 0 | 0 | 24 | 264 | 71 | 64 |
| Binary | 111111 | 11001011 | 11001010 | 1000101 | 0 | 0 | 10100 | 10110100 | 111001 | 110100 |
Color Harmonies of #3FCBCA
Complementary color
Monochromatic Colors of #3FCBCA
Black with #3FCBCA
Text Example
Text Example
White with #3FCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBCA; }
p { color: rgb(63,203,202); }
H1.HeaderClassName
{
color: #3FCBCA;
}
.AnyTagClassName
{
color: #3FCBCA;
}
</style>
background-color css
<style>
a { background-color: #3FCBCA; }
a { background-color: rgb(63,203,202); }
div.DivClassName
{
background-color: #3FCBCA;
}
.BgClassName
{
background-color: #3FCBCA;
}
</style>
border-color css
<style>
span { border-color: #3FCBCA; }
span { border-color: rgb(63,203,202); }
td.TdClassName
{
border-color: #3FCBCA;
}
.TagClassName
{
border-color: #3FCBCA;
}
</style>