Shades of Medium Turquoise #38CFE0
Tints of Medium Turquoise #38CFE0
RGB
CMYK
RGB Variations
Color information
#38CFE0 (or 0x38CFE0) is known color: Medium Turquoise. HEX triplet: 38, CF and E0. RGB value is (56,207,224). Sum of RGB (Red+Green+Blue) = 56+207+224=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #38CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFE0 is #C7301F. Grayscale: #A3A3A3. Windows color (decimal): -13053984 or 14733112. OLE color: 14733112.
HSL color Cylindrical-coordinate representation of color #38CFE0: hue angle of 186.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CFE0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 207 | 224 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.12 |
| HSL | 186.07º | 0.73% | 0.55% | - |
| HSV(B) | 186.07º | 0.75% | 0.88% | - |
| XYZ | 37.4 | 50.85 | 78.36 | - |
| YUV | 163.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 224 | 0.75 | 0.08 | 0 | 0.12 | 186.07 | 0.73 | 0.55 |
| Hex | 38 | CF | E0 | 4B | 8 | 0 | C | BA | 49 | 37 |
| Octal | 70 | 317 | 340 | 113 | 10 | 0 | 14 | 272 | 111 | 67 |
| Binary | 111000 | 11001111 | 11100000 | 1001011 | 1000 | 0 | 1100 | 10111010 | 1001001 | 110111 |
Color Harmonies of #38CFE0
Complementary color
Monochromatic Colors of #38CFE0
Black with #38CFE0
Text Example
Text Example
White with #38CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFE0; }
p { color: rgb(56,207,224); }
H1.HeaderClassName
{
color: #38CFE0;
}
.AnyTagClassName
{
color: #38CFE0;
}
</style>
background-color css
<style>
a { background-color: #38CFE0; }
a { background-color: rgb(56,207,224); }
div.DivClassName
{
background-color: #38CFE0;
}
.BgClassName
{
background-color: #38CFE0;
}
</style>
border-color css
<style>
span { border-color: #38CFE0; }
span { border-color: rgb(56,207,224); }
td.TdClassName
{
border-color: #38CFE0;
}
.TagClassName
{
border-color: #38CFE0;
}
</style>