Shades of Medium Turquoise #3FCBCE
Tints of Medium Turquoise #3FCBCE
RGB
CMYK
RGB Variations
Color information
#3FCBCE (or 0x3FCBCE) is known color: Medium Turquoise. HEX triplet: 3F, CB and CE. RGB value is (63,203,206). Sum of RGB (Red+Green+Blue) = 63+203+206=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBCE is #C03431. Grayscale: #A1A1A1. Windows color (decimal): -12596274 or 13552447. OLE color: 13552447.
HSL color Cylindrical-coordinate representation of color #3FCBCE: hue angle of 181.26º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBCE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 203 | 206 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.19 |
| HSL | 181.26º | 0.59% | 0.53% | - |
| HSV(B) | 181.26º | 0.69% | 0.81% | - |
| XYZ | 34.55 | 48.22 | 65.88 | - |
| YUV | 161.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 206 | 0.69 | 0.01 | 0 | 0.19 | 181.26 | 0.59 | 0.53 |
| Hex | 3F | CB | CE | 45 | 1 | 0 | 13 | B5 | 3B | 35 |
| Octal | 77 | 313 | 316 | 105 | 1 | 0 | 23 | 265 | 73 | 65 |
| Binary | 111111 | 11001011 | 11001110 | 1000101 | 1 | 0 | 10011 | 10110101 | 111011 | 110101 |
Color Harmonies of #3FCBCE
Complementary color
Monochromatic Colors of #3FCBCE
Black with #3FCBCE
Text Example
Text Example
White with #3FCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBCE; }
p { color: rgb(63,203,206); }
H1.HeaderClassName
{
color: #3FCBCE;
}
.AnyTagClassName
{
color: #3FCBCE;
}
</style>
background-color css
<style>
a { background-color: #3FCBCE; }
a { background-color: rgb(63,203,206); }
div.DivClassName
{
background-color: #3FCBCE;
}
.BgClassName
{
background-color: #3FCBCE;
}
</style>
border-color css
<style>
span { border-color: #3FCBCE; }
span { border-color: rgb(63,203,206); }
td.TdClassName
{
border-color: #3FCBCE;
}
.TagClassName
{
border-color: #3FCBCE;
}
</style>