Shades of Turquoise #38DBCB
Tints of Turquoise #38DBCB
RGB
CMYK
RGB Variations
Color information
#38DBCB (or 0x38DBCB) is known color: Turquoise. HEX triplet: 38, DB and CB. RGB value is (56,219,203). Sum of RGB (Red+Green+Blue) = 56+219+203=478 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.72% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBCB is #C72434. Grayscale: #A8A8A8. Windows color (decimal): -13050933 or 13359928. OLE color: 13359928.
HSL color Cylindrical-coordinate representation of color #38DBCB: hue angle of 174.11º 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 #38DBCB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 203 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.11º | 0.69% | 0.54% | - |
| HSV(B) | 174.11º | 0.74% | 0.86% | - |
| XYZ | 37.74 | 55.82 | 65.28 | - |
| YUV | 168.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 203 | 0.74 | 0 | 0.07 | 0.14 | 174.11 | 0.69 | 0.54 |
| Hex | 38 | DB | CB | 4A | 0 | 7 | E | AE | 45 | 36 |
| Octal | 70 | 333 | 313 | 112 | 0 | 7 | 16 | 256 | 105 | 66 |
| Binary | 111000 | 11011011 | 11001011 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000101 | 110110 |
Color Harmonies of #38DBCB
Complementary color
Monochromatic Colors of #38DBCB
Black with #38DBCB
Text Example
Text Example
White with #38DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBCB; }
p { color: rgb(56,219,203); }
H1.HeaderClassName
{
color: #38DBCB;
}
.AnyTagClassName
{
color: #38DBCB;
}
</style>
background-color css
<style>
a { background-color: #38DBCB; }
a { background-color: rgb(56,219,203); }
div.DivClassName
{
background-color: #38DBCB;
}
.BgClassName
{
background-color: #38DBCB;
}
</style>
border-color css
<style>
span { border-color: #38DBCB; }
span { border-color: rgb(56,219,203); }
td.TdClassName
{
border-color: #38DBCB;
}
.TagClassName
{
border-color: #38DBCB;
}
</style>