Shades of Turquoise #38DBEC
Tints of Turquoise #38DBEC
RGB
CMYK
RGB Variations
Color information
#38DBEC (or 0x38DBEC) is known color: Turquoise. HEX triplet: 38, DB and EC. RGB value is (56,219,236). Sum of RGB (Red+Green+Blue) = 56+219+236=511 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.96% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #38DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBEC is #C72413. Grayscale: #ABABAB. Windows color (decimal): -13050900 or 15522616. OLE color: 15522616.
HSL color Cylindrical-coordinate representation of color #38DBEC: hue angle of 185.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DBEC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 219 | 236 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.67º | 0.83% | 0.57% | - |
| HSV(B) | 185.67º | 0.76% | 0.93% | - |
| XYZ | 42.1 | 57.56 | 88.25 | - |
| YUV | 172.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 236 | 0.76 | 0.07 | 0 | 0.07 | 185.67 | 0.83 | 0.57 |
| Hex | 38 | DB | EC | 4C | 7 | 0 | 7 | BA | 53 | 39 |
| Octal | 70 | 333 | 354 | 114 | 7 | 0 | 7 | 272 | 123 | 71 |
| Binary | 111000 | 11011011 | 11101100 | 1001100 | 111 | 0 | 111 | 10111010 | 1010011 | 111001 |
Color Harmonies of #38DBEC
Complementary color
Monochromatic Colors of #38DBEC
Black with #38DBEC
Text Example
Text Example
White with #38DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBEC; }
p { color: rgb(56,219,236); }
H1.HeaderClassName
{
color: #38DBEC;
}
.AnyTagClassName
{
color: #38DBEC;
}
</style>
background-color css
<style>
a { background-color: #38DBEC; }
a { background-color: rgb(56,219,236); }
div.DivClassName
{
background-color: #38DBEC;
}
.BgClassName
{
background-color: #38DBEC;
}
</style>
border-color css
<style>
span { border-color: #38DBEC; }
span { border-color: rgb(56,219,236); }
td.TdClassName
{
border-color: #38DBEC;
}
.TagClassName
{
border-color: #38DBEC;
}
</style>