Shades of Turquoise #3FDAEA
Tints of Turquoise #3FDAEA
RGB
CMYK
RGB Variations
Color information
#3FDAEA (or 0x3FDAEA) is known color: Turquoise. HEX triplet: 3F, DA and EA. RGB value is (63,218,234). Sum of RGB (Red+Green+Blue) = 63+218+234=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAEA is #C02515. Grayscale: #ADADAD. Windows color (decimal): -12592406 or 15391295. OLE color: 15391295.
HSL color Cylindrical-coordinate representation of color #3FDAEA: hue angle of 185.61º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDAEA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 218 | 234 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.08 |
| HSL | 185.61º | 0.8% | 0.58% | - |
| HSV(B) | 185.61º | 0.73% | 0.92% | - |
| XYZ | 41.97 | 57.14 | 86.66 | - |
| YUV | 173.48 | 162.15 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 234 | 0.73 | 0.07 | 0 | 0.08 | 185.61 | 0.8 | 0.58 |
| Hex | 3F | DA | EA | 49 | 7 | 0 | 8 | BA | 50 | 3A |
| Octal | 77 | 332 | 352 | 111 | 7 | 0 | 10 | 272 | 120 | 72 |
| Binary | 111111 | 11011010 | 11101010 | 1001001 | 111 | 0 | 1000 | 10111010 | 1010000 | 111010 |
Color Harmonies of #3FDAEA
Complementary color
Monochromatic Colors of #3FDAEA
Black with #3FDAEA
Text Example
Text Example
White with #3FDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAEA; }
p { color: rgb(63,218,234); }
H1.HeaderClassName
{
color: #3FDAEA;
}
.AnyTagClassName
{
color: #3FDAEA;
}
</style>
background-color css
<style>
a { background-color: #3FDAEA; }
a { background-color: rgb(63,218,234); }
div.DivClassName
{
background-color: #3FDAEA;
}
.BgClassName
{
background-color: #3FDAEA;
}
</style>
border-color css
<style>
span { border-color: #3FDAEA; }
span { border-color: rgb(63,218,234); }
td.TdClassName
{
border-color: #3FDAEA;
}
.TagClassName
{
border-color: #3FDAEA;
}
</style>