Shades of Turquoise #38FADA
Tints of Turquoise #38FADA
RGB
CMYK
RGB Variations
Color information
#38FADA (or 0x38FADA) is known color: Turquoise. HEX triplet: 38, FA and DA. RGB value is (56,250,218). Sum of RGB (Red+Green+Blue) = 56+250+218=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #38FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FADA is #C70525. Grayscale: #BCBCBC. Windows color (decimal): -13042982 or 14350904. OLE color: 14350904.
HSL color Cylindrical-coordinate representation of color #38FADA: hue angle of 170.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FADA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 218 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.02 |
| HSL | 170.1º | 0.95% | 0.6% | - |
| HSV(B) | 170.1º | 0.78% | 0.98% | - |
| XYZ | 48.47 | 74.27 | 78.11 | - |
| YUV | 188.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 218 | 0.78 | 0 | 0.13 | 0.02 | 170.1 | 0.95 | 0.6 |
| Hex | 38 | FA | DA | 4E | 0 | D | 2 | AA | 5F | 3C |
| Octal | 70 | 372 | 332 | 116 | 0 | 15 | 2 | 252 | 137 | 74 |
| Binary | 111000 | 11111010 | 11011010 | 1001110 | 0 | 1101 | 10 | 10101010 | 1011111 | 111100 |
Color Harmonies of #38FADA
Complementary color
Monochromatic Colors of #38FADA
Black with #38FADA
Text Example
Text Example
White with #38FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FADA; }
p { color: rgb(56,250,218); }
H1.HeaderClassName
{
color: #38FADA;
}
.AnyTagClassName
{
color: #38FADA;
}
</style>
background-color css
<style>
a { background-color: #38FADA; }
a { background-color: rgb(56,250,218); }
div.DivClassName
{
background-color: #38FADA;
}
.BgClassName
{
background-color: #38FADA;
}
</style>
border-color css
<style>
span { border-color: #38FADA; }
span { border-color: rgb(56,250,218); }
td.TdClassName
{
border-color: #38FADA;
}
.TagClassName
{
border-color: #38FADA;
}
</style>