Shades of Turquoise #3FDFEE
Tints of Turquoise #3FDFEE
RGB
CMYK
RGB Variations
Color information
#3FDFEE (or 0x3FDFEE) is known color: Turquoise. HEX triplet: 3F, DF and EE. RGB value is (63,223,238). Sum of RGB (Red+Green+Blue) = 63+223+238=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFEE is #C02011. Grayscale: #B0B0B0. Windows color (decimal): -12591122 or 15654719. OLE color: 15654719.
HSL color Cylindrical-coordinate representation of color #3FDFEE: hue angle of 185.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDFEE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 223 | 238 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 185.14º | 0.84% | 0.59% | - |
| HSV(B) | 185.14º | 0.74% | 0.93% | - |
| XYZ | 43.87 | 60.01 | 90.16 | - |
| YUV | 176.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 238 | 0.74 | 0.06 | 0 | 0.07 | 185.14 | 0.84 | 0.59 |
| Hex | 3F | DF | EE | 4A | 6 | 0 | 7 | B9 | 54 | 3B |
| Octal | 77 | 337 | 356 | 112 | 6 | 0 | 7 | 271 | 124 | 73 |
| Binary | 111111 | 11011111 | 11101110 | 1001010 | 110 | 0 | 111 | 10111001 | 1010100 | 111011 |
Color Harmonies of #3FDFEE
Complementary color
Monochromatic Colors of #3FDFEE
Black with #3FDFEE
Text Example
Text Example
White with #3FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFEE; }
p { color: rgb(63,223,238); }
H1.HeaderClassName
{
color: #3FDFEE;
}
.AnyTagClassName
{
color: #3FDFEE;
}
</style>
background-color css
<style>
a { background-color: #3FDFEE; }
a { background-color: rgb(63,223,238); }
div.DivClassName
{
background-color: #3FDFEE;
}
.BgClassName
{
background-color: #3FDFEE;
}
</style>
border-color css
<style>
span { border-color: #3FDFEE; }
span { border-color: rgb(63,223,238); }
td.TdClassName
{
border-color: #3FDFEE;
}
.TagClassName
{
border-color: #3FDFEE;
}
</style>