Shades of Turquoise #38F9D0
Tints of Turquoise #38F9D0
RGB
CMYK
RGB Variations
Color information
#38F9D0 (or 0x38F9D0) is known color: Turquoise. HEX triplet: 38, F9 and D0. RGB value is (56,249,208). Sum of RGB (Red+Green+Blue) = 56+249+208=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F9D0 is #C7062F. Grayscale: #BABABA. Windows color (decimal): -13043248 or 13695288. OLE color: 13695288.
HSL color Cylindrical-coordinate representation of color #38F9D0: hue angle of 167.25º degrees, saturation: 0.94, 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 #38F9D0 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 249 | 208 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.02 |
| HSL | 167.25º | 0.94% | 0.6% | - |
| HSV(B) | 167.25º | 0.78% | 0.98% | - |
| XYZ | 46.89 | 73.15 | 71.32 | - |
| YUV | 186.62 | 140.06 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 249 | 208 | 0.78 | 0 | 0.16 | 0.02 | 167.25 | 0.94 | 0.6 |
| Hex | 38 | F9 | D0 | 4E | 0 | 10 | 2 | A7 | 5E | 3C |
| Octal | 70 | 371 | 320 | 116 | 0 | 20 | 2 | 247 | 136 | 74 |
| Binary | 111000 | 11111001 | 11010000 | 1001110 | 0 | 10000 | 10 | 10100111 | 1011110 | 111100 |
Color Harmonies of #38F9D0
Complementary color
Monochromatic Colors of #38F9D0
Black with #38F9D0
Text Example
Text Example
White with #38F9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F9D0; }
p { color: rgb(56,249,208); }
H1.HeaderClassName
{
color: #38F9D0;
}
.AnyTagClassName
{
color: #38F9D0;
}
</style>
background-color css
<style>
a { background-color: #38F9D0; }
a { background-color: rgb(56,249,208); }
div.DivClassName
{
background-color: #38F9D0;
}
.BgClassName
{
background-color: #38F9D0;
}
</style>
border-color css
<style>
span { border-color: #38F9D0; }
span { border-color: rgb(56,249,208); }
td.TdClassName
{
border-color: #38F9D0;
}
.TagClassName
{
border-color: #38F9D0;
}
</style>