Shades of Turquoise #3FDFEF
Tints of Turquoise #3FDFEF
RGB
CMYK
RGB Variations
Color information
#3FDFEF (or 0x3FDFEF) is known color: Turquoise. HEX triplet: 3F, DF and EF. RGB value is (63,223,239). Sum of RGB (Red+Green+Blue) = 63+223+239=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFEF is #C02010. Grayscale: #B0B0B0. Windows color (decimal): -12591121 or 15720255. OLE color: 15720255.
HSL color Cylindrical-coordinate representation of color #3FDFEF: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDFEF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 223 | 239 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.06 |
| HSL | 185.45º | 0.85% | 0.59% | - |
| HSV(B) | 185.45º | 0.74% | 0.94% | - |
| XYZ | 44.02 | 60.06 | 90.93 | - |
| YUV | 176.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 239 | 0.74 | 0.07 | 0 | 0.06 | 185.45 | 0.85 | 0.59 |
| Hex | 3F | DF | EF | 4A | 7 | 0 | 6 | B9 | 55 | 3B |
| Octal | 77 | 337 | 357 | 112 | 7 | 0 | 6 | 271 | 125 | 73 |
| Binary | 111111 | 11011111 | 11101111 | 1001010 | 111 | 0 | 110 | 10111001 | 1010101 | 111011 |
Color Harmonies of #3FDFEF
Complementary color
Monochromatic Colors of #3FDFEF
Black with #3FDFEF
Text Example
Text Example
White with #3FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFEF; }
p { color: rgb(63,223,239); }
H1.HeaderClassName
{
color: #3FDFEF;
}
.AnyTagClassName
{
color: #3FDFEF;
}
</style>
background-color css
<style>
a { background-color: #3FDFEF; }
a { background-color: rgb(63,223,239); }
div.DivClassName
{
background-color: #3FDFEF;
}
.BgClassName
{
background-color: #3FDFEF;
}
</style>
border-color css
<style>
span { border-color: #3FDFEF; }
span { border-color: rgb(63,223,239); }
td.TdClassName
{
border-color: #3FDFEF;
}
.TagClassName
{
border-color: #3FDFEF;
}
</style>