Shades of Turquoise #3FEDDF
Tints of Turquoise #3FEDDF
RGB
CMYK
RGB Variations
Color information
#3FEDDF (or 0x3FEDDF) is known color: Turquoise. HEX triplet: 3F, ED and DF. RGB value is (63,237,223). Sum of RGB (Red+Green+Blue) = 63+237+223=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDDF is #C01220. Grayscale: #B7B7B7. Windows color (decimal): -12587553 or 14675263. OLE color: 14675263.
HSL color Cylindrical-coordinate representation of color #3FEDDF: hue angle of 175.17º 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 #3FEDDF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 223 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.07 |
| HSL | 175.17º | 0.83% | 0.59% | - |
| HSV(B) | 175.17º | 0.73% | 0.93% | - |
| XYZ | 45.65 | 66.95 | 80.33 | - |
| YUV | 183.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 223 | 0.73 | 0 | 0.06 | 0.07 | 175.17 | 0.83 | 0.59 |
| Hex | 3F | ED | DF | 49 | 0 | 6 | 7 | AF | 53 | 3B |
| Octal | 77 | 355 | 337 | 111 | 0 | 6 | 7 | 257 | 123 | 73 |
| Binary | 111111 | 11101101 | 11011111 | 1001001 | 0 | 110 | 111 | 10101111 | 1010011 | 111011 |
Color Harmonies of #3FEDDF
Complementary color
Monochromatic Colors of #3FEDDF
Black with #3FEDDF
Text Example
Text Example
White with #3FEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDDF; }
p { color: rgb(63,237,223); }
H1.HeaderClassName
{
color: #3FEDDF;
}
.AnyTagClassName
{
color: #3FEDDF;
}
</style>
background-color css
<style>
a { background-color: #3FEDDF; }
a { background-color: rgb(63,237,223); }
div.DivClassName
{
background-color: #3FEDDF;
}
.BgClassName
{
background-color: #3FEDDF;
}
</style>
border-color css
<style>
span { border-color: #3FEDDF; }
span { border-color: rgb(63,237,223); }
td.TdClassName
{
border-color: #3FEDDF;
}
.TagClassName
{
border-color: #3FEDDF;
}
</style>