Shades of Turquoise #38FFDF
Tints of Turquoise #38FFDF
RGB
CMYK
RGB Variations
Color information
#38FFDF (or 0x38FFDF) is known color: Turquoise. HEX triplet: 38, FF and DF. RGB value is (56,255,223). Sum of RGB (Red+Green+Blue) = 56+255+223=534 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.49% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFDF is #C70020. Grayscale: #BFBFBF. Windows color (decimal): -13041697 or 14679864. OLE color: 14679864.
HSL color Cylindrical-coordinate representation of color #38FFDF: hue angle of 170.35º 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 #38FFDF is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 223 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 170.35º | 1% | 0.61% | - |
| HSV(B) | 170.35º | 0.78% | 1% | - |
| XYZ | 50.71 | 77.69 | 82.13 | - |
| YUV | 191.85 | 145.57 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 223 | 0.78 | 0 | 0.13 | 0 | 170.35 | 1 | 0.61 |
| Hex | 38 | FF | DF | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 70 | 377 | 337 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111000 | 11111111 | 11011111 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #38FFDF
Complementary color
Monochromatic Colors of #38FFDF
Black with #38FFDF
Text Example
Text Example
White with #38FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFDF; }
p { color: rgb(56,255,223); }
H1.HeaderClassName
{
color: #38FFDF;
}
.AnyTagClassName
{
color: #38FFDF;
}
</style>
background-color css
<style>
a { background-color: #38FFDF; }
a { background-color: rgb(56,255,223); }
div.DivClassName
{
background-color: #38FFDF;
}
.BgClassName
{
background-color: #38FFDF;
}
</style>
border-color css
<style>
span { border-color: #38FFDF; }
span { border-color: rgb(56,255,223); }
td.TdClassName
{
border-color: #38FFDF;
}
.TagClassName
{
border-color: #38FFDF;
}
</style>