Shades of Turquoise #38D8C4
Tints of Turquoise #38D8C4
RGB
CMYK
RGB Variations
Color information
#38D8C4 (or 0x38D8C4) is known color: Turquoise. HEX triplet: 38, D8 and C4. RGB value is (56,216,196). Sum of RGB (Red+Green+Blue) = 56+216+196=468 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.97% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8C4 is #C7273B. Grayscale: #A5A5A5. Windows color (decimal): -13051708 or 12900408. OLE color: 12900408.
HSL color Cylindrical-coordinate representation of color #38D8C4: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D8C4 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 196 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.15 |
| HSL | 172.5º | 0.67% | 0.53% | - |
| HSV(B) | 172.5º | 0.74% | 0.85% | - |
| XYZ | 36.15 | 53.94 | 60.73 | - |
| YUV | 165.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 196 | 0.74 | 0 | 0.09 | 0.15 | 172.5 | 0.67 | 0.53 |
| Hex | 38 | D8 | C4 | 4A | 0 | 9 | F | AC | 43 | 35 |
| Octal | 70 | 330 | 304 | 112 | 0 | 11 | 17 | 254 | 103 | 65 |
| Binary | 111000 | 11011000 | 11000100 | 1001010 | 0 | 1001 | 1111 | 10101100 | 1000011 | 110101 |
Color Harmonies of #38D8C4
Complementary color
Monochromatic Colors of #38D8C4
Black with #38D8C4
Text Example
Text Example
White with #38D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8C4; }
p { color: rgb(56,216,196); }
H1.HeaderClassName
{
color: #38D8C4;
}
.AnyTagClassName
{
color: #38D8C4;
}
</style>
background-color css
<style>
a { background-color: #38D8C4; }
a { background-color: rgb(56,216,196); }
div.DivClassName
{
background-color: #38D8C4;
}
.BgClassName
{
background-color: #38D8C4;
}
</style>
border-color css
<style>
span { border-color: #38D8C4; }
span { border-color: rgb(56,216,196); }
td.TdClassName
{
border-color: #38D8C4;
}
.TagClassName
{
border-color: #38D8C4;
}
</style>