Shades of Medium Turquoise #38CBCD
Tints of Medium Turquoise #38CBCD
RGB
CMYK
RGB Variations
Color information
#38CBCD (or 0x38CBCD) is known color: Medium Turquoise. HEX triplet: 38, CB and CD. RGB value is (56,203,205). Sum of RGB (Red+Green+Blue) = 56+203+205=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #38CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBCD is #C73432. Grayscale: #9F9F9F. Windows color (decimal): -13055027 or 13486904. OLE color: 13486904.
HSL color Cylindrical-coordinate representation of color #38CBCD: hue angle of 180.81º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CBCD is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 205 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.20 |
| HSL | 180.81º | 0.6% | 0.51% | - |
| HSV(B) | 180.81º | 0.73% | 0.8% | - |
| XYZ | 34.01 | 47.96 | 65.22 | - |
| YUV | 159.28 | 153.8 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 205 | 0.73 | 0.01 | 0 | 0.20 | 180.81 | 0.6 | 0.51 |
| Hex | 38 | CB | CD | 49 | 1 | 0 | 14 | B5 | 3C | 33 |
| Octal | 70 | 313 | 315 | 111 | 1 | 0 | 24 | 265 | 74 | 63 |
| Binary | 111000 | 11001011 | 11001101 | 1001001 | 1 | 0 | 10100 | 10110101 | 111100 | 110011 |
Color Harmonies of #38CBCD
Complementary color
Monochromatic Colors of #38CBCD
Black with #38CBCD
Text Example
Text Example
White with #38CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBCD; }
p { color: rgb(56,203,205); }
H1.HeaderClassName
{
color: #38CBCD;
}
.AnyTagClassName
{
color: #38CBCD;
}
</style>
background-color css
<style>
a { background-color: #38CBCD; }
a { background-color: rgb(56,203,205); }
div.DivClassName
{
background-color: #38CBCD;
}
.BgClassName
{
background-color: #38CBCD;
}
</style>
border-color css
<style>
span { border-color: #38CBCD; }
span { border-color: rgb(56,203,205); }
td.TdClassName
{
border-color: #38CBCD;
}
.TagClassName
{
border-color: #38CBCD;
}
</style>