Shades of Medium Turquoise #38CBC4
Tints of Medium Turquoise #38CBC4
RGB
CMYK
RGB Variations
Color information
#38CBC4 (or 0x38CBC4) is known color: Medium Turquoise. HEX triplet: 38, CB and C4. RGB value is (56,203,196). Sum of RGB (Red+Green+Blue) = 56+203+196=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #38CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBC4 is #C7343B. Grayscale: #9E9E9E. Windows color (decimal): -13055036 or 12897080. OLE color: 12897080.
HSL color Cylindrical-coordinate representation of color #38CBC4: hue angle of 177.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CBC4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 196 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.20 |
| HSL | 177.14º | 0.59% | 0.51% | - |
| HSV(B) | 177.14º | 0.72% | 0.8% | - |
| XYZ | 32.95 | 47.54 | 59.66 | - |
| YUV | 158.25 | 149.3 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 196 | 0.72 | 0 | 0.03 | 0.20 | 177.14 | 0.59 | 0.51 |
| Hex | 38 | CB | C4 | 48 | 0 | 3 | 14 | B1 | 3B | 33 |
| Octal | 70 | 313 | 304 | 110 | 0 | 3 | 24 | 261 | 73 | 63 |
| Binary | 111000 | 11001011 | 11000100 | 1001000 | 0 | 11 | 10100 | 10110001 | 111011 | 110011 |
Color Harmonies of #38CBC4
Complementary color
Monochromatic Colors of #38CBC4
Black with #38CBC4
Text Example
Text Example
White with #38CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBC4; }
p { color: rgb(56,203,196); }
H1.HeaderClassName
{
color: #38CBC4;
}
.AnyTagClassName
{
color: #38CBC4;
}
</style>
background-color css
<style>
a { background-color: #38CBC4; }
a { background-color: rgb(56,203,196); }
div.DivClassName
{
background-color: #38CBC4;
}
.BgClassName
{
background-color: #38CBC4;
}
</style>
border-color css
<style>
span { border-color: #38CBC4; }
span { border-color: rgb(56,203,196); }
td.TdClassName
{
border-color: #38CBC4;
}
.TagClassName
{
border-color: #38CBC4;
}
</style>