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