Shades of Medium Turquoise #38CEDB
Tints of Medium Turquoise #38CEDB
RGB
CMYK
RGB Variations
Color information
#38CEDB (or 0x38CEDB) is known color: Medium Turquoise. HEX triplet: 38, CE and DB. RGB value is (56,206,219). Sum of RGB (Red+Green+Blue) = 56+206+219=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #38CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEDB is #C73124. Grayscale: #A2A2A2. Windows color (decimal): -13054245 or 14405176. OLE color: 14405176.
HSL color Cylindrical-coordinate representation of color #38CEDB: hue angle of 184.79º 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 #38CEDB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 206 | 219 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.14 |
| HSL | 184.79º | 0.69% | 0.54% | - |
| HSV(B) | 184.79º | 0.74% | 0.86% | - |
| XYZ | 36.49 | 50.1 | 74.76 | - |
| YUV | 162.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 219 | 0.74 | 0.06 | 0 | 0.14 | 184.79 | 0.69 | 0.54 |
| Hex | 38 | CE | DB | 4A | 6 | 0 | E | B9 | 45 | 36 |
| Octal | 70 | 316 | 333 | 112 | 6 | 0 | 16 | 271 | 105 | 66 |
| Binary | 111000 | 11001110 | 11011011 | 1001010 | 110 | 0 | 1110 | 10111001 | 1000101 | 110110 |
Color Harmonies of #38CEDB
Complementary color
Monochromatic Colors of #38CEDB
Black with #38CEDB
Text Example
Text Example
White with #38CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEDB; }
p { color: rgb(56,206,219); }
H1.HeaderClassName
{
color: #38CEDB;
}
.AnyTagClassName
{
color: #38CEDB;
}
</style>
background-color css
<style>
a { background-color: #38CEDB; }
a { background-color: rgb(56,206,219); }
div.DivClassName
{
background-color: #38CEDB;
}
.BgClassName
{
background-color: #38CEDB;
}
</style>
border-color css
<style>
span { border-color: #38CEDB; }
span { border-color: rgb(56,206,219); }
td.TdClassName
{
border-color: #38CEDB;
}
.TagClassName
{
border-color: #38CEDB;
}
</style>