Shades of Medium Turquoise #38CCDB
Tints of Medium Turquoise #38CCDB
RGB
CMYK
RGB Variations
Color information
#38CCDB (or 0x38CCDB) is known color: Medium Turquoise. HEX triplet: 38, CC and DB. RGB value is (56,204,219). Sum of RGB (Red+Green+Blue) = 56+204+219=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #38CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CCDB is #C73324. Grayscale: #A1A1A1. Windows color (decimal): -13054757 or 14404664. OLE color: 14404664.
HSL color Cylindrical-coordinate representation of color #38CCDB: hue angle of 185.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CCDB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 204 | 219 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.14 |
| HSL | 185.52º | 0.69% | 0.54% | - |
| HSV(B) | 185.52º | 0.74% | 0.86% | - |
| XYZ | 36.01 | 49.14 | 74.61 | - |
| YUV | 161.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 219 | 0.74 | 0.07 | 0 | 0.14 | 185.52 | 0.69 | 0.54 |
| Hex | 38 | CC | DB | 4A | 7 | 0 | E | BA | 45 | 36 |
| Octal | 70 | 314 | 333 | 112 | 7 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111000 | 11001100 | 11011011 | 1001010 | 111 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #38CCDB
Complementary color
Monochromatic Colors of #38CCDB
Black with #38CCDB
Text Example
Text Example
White with #38CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCDB; }
p { color: rgb(56,204,219); }
H1.HeaderClassName
{
color: #38CCDB;
}
.AnyTagClassName
{
color: #38CCDB;
}
</style>
background-color css
<style>
a { background-color: #38CCDB; }
a { background-color: rgb(56,204,219); }
div.DivClassName
{
background-color: #38CCDB;
}
.BgClassName
{
background-color: #38CCDB;
}
</style>
border-color css
<style>
span { border-color: #38CCDB; }
span { border-color: rgb(56,204,219); }
td.TdClassName
{
border-color: #38CCDB;
}
.TagClassName
{
border-color: #38CCDB;
}
</style>