Shades of Turquoise #38FFDD
Tints of Turquoise #38FFDD
RGB
CMYK
RGB Variations
Color information
#38FFDD (or 0x38FFDD) is known color: Turquoise. HEX triplet: 38, FF and DD. RGB value is (56,255,221). Sum of RGB (Red+Green+Blue) = 56+255+221=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFDD is #C70022. Grayscale: #BFBFBF. Windows color (decimal): -13041699 or 14548792. OLE color: 14548792.
HSL color Cylindrical-coordinate representation of color #38FFDD: hue angle of 169.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FFDD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 221 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 169.75º | 1% | 0.61% | - |
| HSV(B) | 169.75º | 0.78% | 1% | - |
| XYZ | 50.44 | 77.58 | 80.72 | - |
| YUV | 191.62 | 144.57 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 221 | 0.78 | 0 | 0.13 | 0 | 169.75 | 1 | 0.61 |
| Hex | 38 | FF | DD | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 70 | 377 | 335 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111000 | 11111111 | 11011101 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #38FFDD
Complementary color
Monochromatic Colors of #38FFDD
Black with #38FFDD
Text Example
Text Example
White with #38FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFDD; }
p { color: rgb(56,255,221); }
H1.HeaderClassName
{
color: #38FFDD;
}
.AnyTagClassName
{
color: #38FFDD;
}
</style>
background-color css
<style>
a { background-color: #38FFDD; }
a { background-color: rgb(56,255,221); }
div.DivClassName
{
background-color: #38FFDD;
}
.BgClassName
{
background-color: #38FFDD;
}
</style>
border-color css
<style>
span { border-color: #38FFDD; }
span { border-color: rgb(56,255,221); }
td.TdClassName
{
border-color: #38FFDD;
}
.TagClassName
{
border-color: #38FFDD;
}
</style>