Shades of Medium Turquoise #38CFCB
Tints of Medium Turquoise #38CFCB
RGB
CMYK
RGB Variations
Color information
#38CFCB (or 0x38CFCB) is known color: Medium Turquoise. HEX triplet: 38, CF and CB. RGB value is (56,207,203). Sum of RGB (Red+Green+Blue) = 56+207+203=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFCB is #C73034. Grayscale: #A1A1A1. Windows color (decimal): -13054005 or 13356856. OLE color: 13356856.
HSL color Cylindrical-coordinate representation of color #38CFCB: hue angle of 178.41º 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 #38CFCB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 203 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.19 |
| HSL | 178.41º | 0.61% | 0.52% | - |
| HSV(B) | 178.41º | 0.73% | 0.81% | - |
| XYZ | 34.72 | 49.78 | 64.28 | - |
| YUV | 161.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 203 | 0.73 | 0 | 0.02 | 0.19 | 178.41 | 0.61 | 0.52 |
| Hex | 38 | CF | CB | 49 | 0 | 2 | 13 | B2 | 3D | 34 |
| Octal | 70 | 317 | 313 | 111 | 0 | 2 | 23 | 262 | 75 | 64 |
| Binary | 111000 | 11001111 | 11001011 | 1001001 | 0 | 10 | 10011 | 10110010 | 111101 | 110100 |
Color Harmonies of #38CFCB
Complementary color
Monochromatic Colors of #38CFCB
Black with #38CFCB
Text Example
Text Example
White with #38CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFCB; }
p { color: rgb(56,207,203); }
H1.HeaderClassName
{
color: #38CFCB;
}
.AnyTagClassName
{
color: #38CFCB;
}
</style>
background-color css
<style>
a { background-color: #38CFCB; }
a { background-color: rgb(56,207,203); }
div.DivClassName
{
background-color: #38CFCB;
}
.BgClassName
{
background-color: #38CFCB;
}
</style>
border-color css
<style>
span { border-color: #38CFCB; }
span { border-color: rgb(56,207,203); }
td.TdClassName
{
border-color: #38CFCB;
}
.TagClassName
{
border-color: #38CFCB;
}
</style>