Shades of Medium Turquoise #38CEC8
Tints of Medium Turquoise #38CEC8
RGB
CMYK
RGB Variations
Color information
#38CEC8 (or 0x38CEC8) is known color: Medium Turquoise. HEX triplet: 38, CE and C8. RGB value is (56,206,200). Sum of RGB (Red+Green+Blue) = 56+206+200=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEC8 is #C73137. Grayscale: #A0A0A0. Windows color (decimal): -13054264 or 13159992. OLE color: 13159992.
HSL color Cylindrical-coordinate representation of color #38CEC8: hue angle of 177.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEC8 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 200 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.19 |
| HSL | 177.6º | 0.6% | 0.51% | - |
| HSV(B) | 177.6º | 0.73% | 0.81% | - |
| XYZ | 34.13 | 49.15 | 62.33 | - |
| YUV | 160.47 | 150.31 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 200 | 0.73 | 0 | 0.03 | 0.19 | 177.6 | 0.6 | 0.51 |
| Hex | 38 | CE | C8 | 49 | 0 | 3 | 13 | B2 | 3C | 33 |
| Octal | 70 | 316 | 310 | 111 | 0 | 3 | 23 | 262 | 74 | 63 |
| Binary | 111000 | 11001110 | 11001000 | 1001001 | 0 | 11 | 10011 | 10110010 | 111100 | 110011 |
Color Harmonies of #38CEC8
Complementary color
Monochromatic Colors of #38CEC8
Black with #38CEC8
Text Example
Text Example
White with #38CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEC8; }
p { color: rgb(56,206,200); }
H1.HeaderClassName
{
color: #38CEC8;
}
.AnyTagClassName
{
color: #38CEC8;
}
</style>
background-color css
<style>
a { background-color: #38CEC8; }
a { background-color: rgb(56,206,200); }
div.DivClassName
{
background-color: #38CEC8;
}
.BgClassName
{
background-color: #38CEC8;
}
</style>
border-color css
<style>
span { border-color: #38CEC8; }
span { border-color: rgb(56,206,200); }
td.TdClassName
{
border-color: #38CEC8;
}
.TagClassName
{
border-color: #38CEC8;
}
</style>