Shades of Medium Turquoise #38C8CF
Tints of Medium Turquoise #38C8CF
RGB
CMYK
RGB Variations
Color information
#38C8CF (or 0x38C8CF) is known color: Medium Turquoise. HEX triplet: 38, C8 and CF. RGB value is (56,200,207). Sum of RGB (Red+Green+Blue) = 56+200+207=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #38C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C8CF is #C73730. Grayscale: #9D9D9D. Windows color (decimal): -13055793 or 13617208. OLE color: 13617208.
HSL color Cylindrical-coordinate representation of color #38C8CF: hue angle of 182.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C8CF is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 200 | 207 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.19 |
| HSL | 182.78º | 0.61% | 0.52% | - |
| HSV(B) | 182.78º | 0.73% | 0.81% | - |
| XYZ | 33.55 | 46.65 | 66.27 | - |
| YUV | 157.74 | 155.79 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 200 | 207 | 0.73 | 0.03 | 0 | 0.19 | 182.78 | 0.61 | 0.52 |
| Hex | 38 | C8 | CF | 49 | 3 | 0 | 13 | B7 | 3D | 34 |
| Octal | 70 | 310 | 317 | 111 | 3 | 0 | 23 | 267 | 75 | 64 |
| Binary | 111000 | 11001000 | 11001111 | 1001001 | 11 | 0 | 10011 | 10110111 | 111101 | 110100 |
Color Harmonies of #38C8CF
Complementary color
Monochromatic Colors of #38C8CF
Black with #38C8CF
Text Example
Text Example
White with #38C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C8CF; }
p { color: rgb(56,200,207); }
H1.HeaderClassName
{
color: #38C8CF;
}
.AnyTagClassName
{
color: #38C8CF;
}
</style>
background-color css
<style>
a { background-color: #38C8CF; }
a { background-color: rgb(56,200,207); }
div.DivClassName
{
background-color: #38C8CF;
}
.BgClassName
{
background-color: #38C8CF;
}
</style>
border-color css
<style>
span { border-color: #38C8CF; }
span { border-color: rgb(56,200,207); }
td.TdClassName
{
border-color: #38C8CF;
}
.TagClassName
{
border-color: #38C8CF;
}
</style>