Shades of Medium Turquoise #38CADB
Tints of Medium Turquoise #38CADB
RGB
CMYK
RGB Variations
Color information
#38CADB (or 0x38CADB) is known color: Medium Turquoise. HEX triplet: 38, CA and DB. RGB value is (56,202,219). Sum of RGB (Red+Green+Blue) = 56+202+219=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #38CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CADB is #C73524. Grayscale: #A0A0A0. Windows color (decimal): -13055269 or 14404152. OLE color: 14404152.
HSL color Cylindrical-coordinate representation of color #38CADB: hue angle of 186.26º 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 #38CADB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 202 | 219 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.14 |
| HSL | 186.26º | 0.69% | 0.54% | - |
| HSV(B) | 186.26º | 0.74% | 0.86% | - |
| XYZ | 35.54 | 48.2 | 74.45 | - |
| YUV | 160.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 219 | 0.74 | 0.08 | 0 | 0.14 | 186.26 | 0.69 | 0.54 |
| Hex | 38 | CA | DB | 4A | 8 | 0 | E | BA | 45 | 36 |
| Octal | 70 | 312 | 333 | 112 | 10 | 0 | 16 | 272 | 105 | 66 |
| Binary | 111000 | 11001010 | 11011011 | 1001010 | 1000 | 0 | 1110 | 10111010 | 1000101 | 110110 |
Color Harmonies of #38CADB
Complementary color
Monochromatic Colors of #38CADB
Black with #38CADB
Text Example
Text Example
White with #38CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CADB; }
p { color: rgb(56,202,219); }
H1.HeaderClassName
{
color: #38CADB;
}
.AnyTagClassName
{
color: #38CADB;
}
</style>
background-color css
<style>
a { background-color: #38CADB; }
a { background-color: rgb(56,202,219); }
div.DivClassName
{
background-color: #38CADB;
}
.BgClassName
{
background-color: #38CADB;
}
</style>
border-color css
<style>
span { border-color: #38CADB; }
span { border-color: rgb(56,202,219); }
td.TdClassName
{
border-color: #38CADB;
}
.TagClassName
{
border-color: #38CADB;
}
</style>