Shades of Turquoise #38E9CB
Tints of Turquoise #38E9CB
RGB
CMYK
RGB Variations
Color information
#38E9CB (or 0x38E9CB) is known color: Turquoise. HEX triplet: 38, E9 and CB. RGB value is (56,233,203). Sum of RGB (Red+Green+Blue) = 56+233+203=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9CB is #C71634. Grayscale: #B0B0B0. Windows color (decimal): -13047349 or 13363512. OLE color: 13363512.
HSL color Cylindrical-coordinate representation of color #38E9CB: hue angle of 169.83º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9CB is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 233 | 203 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.09 |
| HSL | 169.83º | 0.8% | 0.57% | - |
| HSV(B) | 169.83º | 0.76% | 0.91% | - |
| XYZ | 41.55 | 63.43 | 66.55 | - |
| YUV | 176.66 | 142.86 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 233 | 203 | 0.76 | 0 | 0.13 | 0.09 | 169.83 | 0.8 | 0.57 |
| Hex | 38 | E9 | CB | 4C | 0 | D | 9 | AA | 50 | 39 |
| Octal | 70 | 351 | 313 | 114 | 0 | 15 | 11 | 252 | 120 | 71 |
| Binary | 111000 | 11101001 | 11001011 | 1001100 | 0 | 1101 | 1001 | 10101010 | 1010000 | 111001 |
Color Harmonies of #38E9CB
Complementary color
Monochromatic Colors of #38E9CB
Black with #38E9CB
Text Example
Text Example
White with #38E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E9CB; }
p { color: rgb(56,233,203); }
H1.HeaderClassName
{
color: #38E9CB;
}
.AnyTagClassName
{
color: #38E9CB;
}
</style>
background-color css
<style>
a { background-color: #38E9CB; }
a { background-color: rgb(56,233,203); }
div.DivClassName
{
background-color: #38E9CB;
}
.BgClassName
{
background-color: #38E9CB;
}
</style>
border-color css
<style>
span { border-color: #38E9CB; }
span { border-color: rgb(56,233,203); }
td.TdClassName
{
border-color: #38E9CB;
}
.TagClassName
{
border-color: #38E9CB;
}
</style>