Shades of Turquoise #3FEDDB
Tints of Turquoise #3FEDDB
RGB
CMYK
RGB Variations
Color information
#3FEDDB (or 0x3FEDDB) is known color: Turquoise. HEX triplet: 3F, ED and DB. RGB value is (63,237,219). Sum of RGB (Red+Green+Blue) = 63+237+219=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDDB is #C01224. Grayscale: #B6B6B6. Windows color (decimal): -12587557 or 14413119. OLE color: 14413119.
HSL color Cylindrical-coordinate representation of color #3FEDDB: hue angle of 173.79º 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 #3FEDDB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 219 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.79º | 0.83% | 0.59% | - |
| HSV(B) | 173.79º | 0.73% | 0.93% | - |
| XYZ | 45.12 | 66.74 | 77.52 | - |
| YUV | 182.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 219 | 0.73 | 0 | 0.08 | 0.07 | 173.79 | 0.83 | 0.59 |
| Hex | 3F | ED | DB | 49 | 0 | 8 | 7 | AE | 53 | 3B |
| Octal | 77 | 355 | 333 | 111 | 0 | 10 | 7 | 256 | 123 | 73 |
| Binary | 111111 | 11101101 | 11011011 | 1001001 | 0 | 1000 | 111 | 10101110 | 1010011 | 111011 |
Color Harmonies of #3FEDDB
Complementary color
Monochromatic Colors of #3FEDDB
Black with #3FEDDB
Text Example
Text Example
White with #3FEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDDB; }
p { color: rgb(63,237,219); }
H1.HeaderClassName
{
color: #3FEDDB;
}
.AnyTagClassName
{
color: #3FEDDB;
}
</style>
background-color css
<style>
a { background-color: #3FEDDB; }
a { background-color: rgb(63,237,219); }
div.DivClassName
{
background-color: #3FEDDB;
}
.BgClassName
{
background-color: #3FEDDB;
}
</style>
border-color css
<style>
span { border-color: #3FEDDB; }
span { border-color: rgb(63,237,219); }
td.TdClassName
{
border-color: #3FEDDB;
}
.TagClassName
{
border-color: #3FEDDB;
}
</style>