Shades of Medium Turquoise #3FCBD2
Tints of Medium Turquoise #3FCBD2
RGB
CMYK
RGB Variations
Color information
#3FCBD2 (or 0x3FCBD2) is known color: Medium Turquoise. HEX triplet: 3F, CB and D2. RGB value is (63,203,210). Sum of RGB (Red+Green+Blue) = 63+203+210=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #3FCBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBD2 is #C0342D. Grayscale: #A1A1A1. Windows color (decimal): -12596270 or 13814591. OLE color: 13814591.
HSL color Cylindrical-coordinate representation of color #3FCBD2: hue angle of 182.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCBD2 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 203 | 210 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.18 |
| HSL | 182.86º | 0.62% | 0.54% | - |
| HSV(B) | 182.86º | 0.7% | 0.82% | - |
| XYZ | 35.04 | 48.42 | 68.47 | - |
| YUV | 161.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 210 | 0.70 | 0.03 | 0 | 0.18 | 182.86 | 0.62 | 0.54 |
| Hex | 3F | CB | D2 | 46 | 3 | 0 | 12 | B7 | 3E | 36 |
| Octal | 77 | 313 | 322 | 106 | 3 | 0 | 22 | 267 | 76 | 66 |
| Binary | 111111 | 11001011 | 11010010 | 1000110 | 11 | 0 | 10010 | 10110111 | 111110 | 110110 |
Color Harmonies of #3FCBD2
Complementary color
Monochromatic Colors of #3FCBD2
Black with #3FCBD2
Text Example
Text Example
White with #3FCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBD2; }
p { color: rgb(63,203,210); }
H1.HeaderClassName
{
color: #3FCBD2;
}
.AnyTagClassName
{
color: #3FCBD2;
}
</style>
background-color css
<style>
a { background-color: #3FCBD2; }
a { background-color: rgb(63,203,210); }
div.DivClassName
{
background-color: #3FCBD2;
}
.BgClassName
{
background-color: #3FCBD2;
}
</style>
border-color css
<style>
span { border-color: #3FCBD2; }
span { border-color: rgb(63,203,210); }
td.TdClassName
{
border-color: #3FCBD2;
}
.TagClassName
{
border-color: #3FCBD2;
}
</style>