Shades of Turquoise #3FDAEF
Tints of Turquoise #3FDAEF
RGB
CMYK
RGB Variations
Color information
#3FDAEF (or 0x3FDAEF) is known color: Turquoise. HEX triplet: 3F, DA and EF. RGB value is (63,218,239). Sum of RGB (Red+Green+Blue) = 63+218+239=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FDAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAEF is #C02510. Grayscale: #ADADAD. Windows color (decimal): -12592401 or 15718975. OLE color: 15718975.
HSL color Cylindrical-coordinate representation of color #3FDAEF: hue angle of 187.16º 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 #3FDAEF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 218 | 239 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.06 |
| HSL | 187.16º | 0.85% | 0.59% | - |
| HSV(B) | 187.16º | 0.74% | 0.94% | - |
| XYZ | 42.7 | 57.43 | 90.5 | - |
| YUV | 174.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 239 | 0.74 | 0.09 | 0 | 0.06 | 187.16 | 0.85 | 0.59 |
| Hex | 3F | DA | EF | 4A | 9 | 0 | 6 | BB | 55 | 3B |
| Octal | 77 | 332 | 357 | 112 | 11 | 0 | 6 | 273 | 125 | 73 |
| Binary | 111111 | 11011010 | 11101111 | 1001010 | 1001 | 0 | 110 | 10111011 | 1010101 | 111011 |
Color Harmonies of #3FDAEF
Complementary color
Monochromatic Colors of #3FDAEF
Black with #3FDAEF
Text Example
Text Example
White with #3FDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAEF; }
p { color: rgb(63,218,239); }
H1.HeaderClassName
{
color: #3FDAEF;
}
.AnyTagClassName
{
color: #3FDAEF;
}
</style>
background-color css
<style>
a { background-color: #3FDAEF; }
a { background-color: rgb(63,218,239); }
div.DivClassName
{
background-color: #3FDAEF;
}
.BgClassName
{
background-color: #3FDAEF;
}
</style>
border-color css
<style>
span { border-color: #3FDAEF; }
span { border-color: rgb(63,218,239); }
td.TdClassName
{
border-color: #3FDAEF;
}
.TagClassName
{
border-color: #3FDAEF;
}
</style>