Shades of Turquoise #38F8D4
Tints of Turquoise #38F8D4
RGB
CMYK
RGB Variations
Color information
#38F8D4 (or 0x38F8D4) is known color: Turquoise. HEX triplet: 38, F8 and D4. RGB value is (56,248,212). Sum of RGB (Red+Green+Blue) = 56+248+212=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8D4 is #C7072B. Grayscale: #BABABA. Windows color (decimal): -13043500 or 13957176. OLE color: 13957176.
HSL color Cylindrical-coordinate representation of color #38F8D4: hue angle of 168.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8D4 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 248 | 212 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.03 |
| HSL | 168.75º | 0.93% | 0.6% | - |
| HSV(B) | 168.75º | 0.77% | 0.97% | - |
| XYZ | 47.08 | 72.73 | 73.84 | - |
| YUV | 186.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 248 | 212 | 0.77 | 0 | 0.15 | 0.03 | 168.75 | 0.93 | 0.6 |
| Hex | 38 | F8 | D4 | 4D | 0 | F | 3 | A9 | 5D | 3C |
| Octal | 70 | 370 | 324 | 115 | 0 | 17 | 3 | 251 | 135 | 74 |
| Binary | 111000 | 11111000 | 11010100 | 1001101 | 0 | 1111 | 11 | 10101001 | 1011101 | 111100 |
Color Harmonies of #38F8D4
Complementary color
Monochromatic Colors of #38F8D4
Black with #38F8D4
Text Example
Text Example
White with #38F8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F8D4; }
p { color: rgb(56,248,212); }
H1.HeaderClassName
{
color: #38F8D4;
}
.AnyTagClassName
{
color: #38F8D4;
}
</style>
background-color css
<style>
a { background-color: #38F8D4; }
a { background-color: rgb(56,248,212); }
div.DivClassName
{
background-color: #38F8D4;
}
.BgClassName
{
background-color: #38F8D4;
}
</style>
border-color css
<style>
span { border-color: #38F8D4; }
span { border-color: rgb(56,248,212); }
td.TdClassName
{
border-color: #38F8D4;
}
.TagClassName
{
border-color: #38F8D4;
}
</style>