Shades of Turquoise #38D8CE
Tints of Turquoise #38D8CE
RGB
CMYK
RGB Variations
Color information
#38D8CE (or 0x38D8CE) is known color: Turquoise. HEX triplet: 38, D8 and CE. RGB value is (56,216,206). Sum of RGB (Red+Green+Blue) = 56+216+206=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8CE is #C72731. Grayscale: #A6A6A6. Windows color (decimal): -13051698 or 13555768. OLE color: 13555768.
HSL color Cylindrical-coordinate representation of color #38D8CE: hue angle of 176.25º 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 #38D8CE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 206 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.15 |
| HSL | 176.25º | 0.67% | 0.53% | - |
| HSV(B) | 176.25º | 0.74% | 0.85% | - |
| XYZ | 37.33 | 54.41 | 66.93 | - |
| YUV | 167.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 206 | 0.74 | 0 | 0.05 | 0.15 | 176.25 | 0.67 | 0.53 |
| Hex | 38 | D8 | CE | 4A | 0 | 5 | F | B0 | 43 | 35 |
| Octal | 70 | 330 | 316 | 112 | 0 | 5 | 17 | 260 | 103 | 65 |
| Binary | 111000 | 11011000 | 11001110 | 1001010 | 0 | 101 | 1111 | 10110000 | 1000011 | 110101 |
Color Harmonies of #38D8CE
Complementary color
Monochromatic Colors of #38D8CE
Black with #38D8CE
Text Example
Text Example
White with #38D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D8CE; }
p { color: rgb(56,216,206); }
H1.HeaderClassName
{
color: #38D8CE;
}
.AnyTagClassName
{
color: #38D8CE;
}
</style>
background-color css
<style>
a { background-color: #38D8CE; }
a { background-color: rgb(56,216,206); }
div.DivClassName
{
background-color: #38D8CE;
}
.BgClassName
{
background-color: #38D8CE;
}
</style>
border-color css
<style>
span { border-color: #38D8CE; }
span { border-color: rgb(56,216,206); }
td.TdClassName
{
border-color: #38D8CE;
}
.TagClassName
{
border-color: #38D8CE;
}
</style>