Shades of Turquoise #38D5CE
Tints of Turquoise #38D5CE
RGB
CMYK
RGB Variations
Color information
#38D5CE (or 0x38D5CE) is known color: Turquoise. HEX triplet: 38, D5 and CE. RGB value is (56,213,206). Sum of RGB (Red+Green+Blue) = 56+213+206=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5CE is #C72A31. Grayscale: #A5A5A5. Windows color (decimal): -13052466 or 13555000. OLE color: 13555000.
HSL color Cylindrical-coordinate representation of color #38D5CE: hue angle of 177.32º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D5CE is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 206 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.16 |
| HSL | 177.32º | 0.65% | 0.53% | - |
| HSV(B) | 177.32º | 0.74% | 0.84% | - |
| XYZ | 36.57 | 52.89 | 66.67 | - |
| YUV | 165.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 206 | 0.74 | 0 | 0.03 | 0.16 | 177.32 | 0.65 | 0.53 |
| Hex | 38 | D5 | CE | 4A | 0 | 3 | 10 | B1 | 41 | 35 |
| Octal | 70 | 325 | 316 | 112 | 0 | 3 | 20 | 261 | 101 | 65 |
| Binary | 111000 | 11010101 | 11001110 | 1001010 | 0 | 11 | 10000 | 10110001 | 1000001 | 110101 |
Color Harmonies of #38D5CE
Complementary color
Monochromatic Colors of #38D5CE
Black with #38D5CE
Text Example
Text Example
White with #38D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D5CE; }
p { color: rgb(56,213,206); }
H1.HeaderClassName
{
color: #38D5CE;
}
.AnyTagClassName
{
color: #38D5CE;
}
</style>
background-color css
<style>
a { background-color: #38D5CE; }
a { background-color: rgb(56,213,206); }
div.DivClassName
{
background-color: #38D5CE;
}
.BgClassName
{
background-color: #38D5CE;
}
</style>
border-color css
<style>
span { border-color: #38D5CE; }
span { border-color: rgb(56,213,206); }
td.TdClassName
{
border-color: #38D5CE;
}
.TagClassName
{
border-color: #38D5CE;
}
</style>