Shades of Turquoise #3FEDCB
Tints of Turquoise #3FEDCB
RGB
CMYK
RGB Variations
Color information
#3FEDCB (or 0x3FEDCB) is known color: Turquoise. HEX triplet: 3F, ED and CB. RGB value is (63,237,203). Sum of RGB (Red+Green+Blue) = 63+237+203=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDCB is #C01234. Grayscale: #B5B5B5. Windows color (decimal): -12587573 or 13364543. OLE color: 13364543.
HSL color Cylindrical-coordinate representation of color #3FEDCB: hue angle of 168.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDCB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 203 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.07 |
| HSL | 168.28º | 0.83% | 0.59% | - |
| HSV(B) | 168.28º | 0.73% | 0.93% | - |
| XYZ | 43.11 | 65.94 | 66.95 | - |
| YUV | 181.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 203 | 0.73 | 0 | 0.14 | 0.07 | 168.28 | 0.83 | 0.59 |
| Hex | 3F | ED | CB | 49 | 0 | E | 7 | A8 | 53 | 3B |
| Octal | 77 | 355 | 313 | 111 | 0 | 16 | 7 | 250 | 123 | 73 |
| Binary | 111111 | 11101101 | 11001011 | 1001001 | 0 | 1110 | 111 | 10101000 | 1010011 | 111011 |
Color Harmonies of #3FEDCB
Complementary color
Monochromatic Colors of #3FEDCB
Black with #3FEDCB
Text Example
Text Example
White with #3FEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDCB; }
p { color: rgb(63,237,203); }
H1.HeaderClassName
{
color: #3FEDCB;
}
.AnyTagClassName
{
color: #3FEDCB;
}
</style>
background-color css
<style>
a { background-color: #3FEDCB; }
a { background-color: rgb(63,237,203); }
div.DivClassName
{
background-color: #3FEDCB;
}
.BgClassName
{
background-color: #3FEDCB;
}
</style>
border-color css
<style>
span { border-color: #3FEDCB; }
span { border-color: rgb(63,237,203); }
td.TdClassName
{
border-color: #3FEDCB;
}
.TagClassName
{
border-color: #3FEDCB;
}
</style>