Shades of Turquoise #3FDDEE
Tints of Turquoise #3FDDEE
RGB
CMYK
RGB Variations
Color information
#3FDDEE (or 0x3FDDEE) is known color: Turquoise. HEX triplet: 3F, DD and EE. RGB value is (63,221,238). Sum of RGB (Red+Green+Blue) = 63+221+238=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FDDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDEE is #C02211. Grayscale: #AFAFAF. Windows color (decimal): -12591634 or 15654207. OLE color: 15654207.
HSL color Cylindrical-coordinate representation of color #3FDDEE: hue angle of 185.83º 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 #3FDDEE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 221 | 238 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.07 |
| HSL | 185.83º | 0.84% | 0.59% | - |
| HSV(B) | 185.83º | 0.74% | 0.93% | - |
| XYZ | 43.34 | 58.94 | 89.98 | - |
| YUV | 175.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 238 | 0.74 | 0.07 | 0 | 0.07 | 185.83 | 0.84 | 0.59 |
| Hex | 3F | DD | EE | 4A | 7 | 0 | 7 | BA | 54 | 3B |
| Octal | 77 | 335 | 356 | 112 | 7 | 0 | 7 | 272 | 124 | 73 |
| Binary | 111111 | 11011101 | 11101110 | 1001010 | 111 | 0 | 111 | 10111010 | 1010100 | 111011 |
Color Harmonies of #3FDDEE
Complementary color
Monochromatic Colors of #3FDDEE
Black with #3FDDEE
Text Example
Text Example
White with #3FDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDEE; }
p { color: rgb(63,221,238); }
H1.HeaderClassName
{
color: #3FDDEE;
}
.AnyTagClassName
{
color: #3FDDEE;
}
</style>
background-color css
<style>
a { background-color: #3FDDEE; }
a { background-color: rgb(63,221,238); }
div.DivClassName
{
background-color: #3FDDEE;
}
.BgClassName
{
background-color: #3FDDEE;
}
</style>
border-color css
<style>
span { border-color: #3FDDEE; }
span { border-color: rgb(63,221,238); }
td.TdClassName
{
border-color: #3FDDEE;
}
.TagClassName
{
border-color: #3FDDEE;
}
</style>