Shades of Medium Turquoise #38CBCC
Tints of Medium Turquoise #38CBCC
RGB
CMYK
RGB Variations
Color information
#38CBCC (or 0x38CBCC) is known color: Medium Turquoise. HEX triplet: 38, CB and CC. RGB value is (56,203,204). Sum of RGB (Red+Green+Blue) = 56+203+204=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #38CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBCC is #C73433. Grayscale: #9F9F9F. Windows color (decimal): -13055028 or 13421368. OLE color: 13421368.
HSL color Cylindrical-coordinate representation of color #38CBCC: hue angle of 180.41º degrees, saturation: 0.59, 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 #38CBCC is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 203 | 204 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.2 |
| HSL | 180.41º | 0.59% | 0.51% | - |
| HSV(B) | 180.41º | 0.73% | 0.8% | - |
| XYZ | 33.89 | 47.91 | 64.59 | - |
| YUV | 159.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 204 | 0.73 | 0.00 | 0 | 0.2 | 180.41 | 0.59 | 0.51 |
| Hex | 38 | CB | CC | 49 | 0 | 0 | 14 | B4 | 3B | 33 |
| Octal | 70 | 313 | 314 | 111 | 0 | 0 | 24 | 264 | 73 | 63 |
| Binary | 111000 | 11001011 | 11001100 | 1001001 | 0 | 0 | 10100 | 10110100 | 111011 | 110011 |
Color Harmonies of #38CBCC
Complementary color
Monochromatic Colors of #38CBCC
Black with #38CBCC
Text Example
Text Example
White with #38CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBCC; }
p { color: rgb(56,203,204); }
H1.HeaderClassName
{
color: #38CBCC;
}
.AnyTagClassName
{
color: #38CBCC;
}
</style>
background-color css
<style>
a { background-color: #38CBCC; }
a { background-color: rgb(56,203,204); }
div.DivClassName
{
background-color: #38CBCC;
}
.BgClassName
{
background-color: #38CBCC;
}
</style>
border-color css
<style>
span { border-color: #38CBCC; }
span { border-color: rgb(56,203,204); }
td.TdClassName
{
border-color: #38CBCC;
}
.TagClassName
{
border-color: #38CBCC;
}
</style>