Shades of Turquoise #38DBEB
Tints of Turquoise #38DBEB
RGB
CMYK
RGB Variations
Color information
#38DBEB (or 0x38DBEB) is known color: Turquoise. HEX triplet: 38, DB and EB. RGB value is (56,219,235). Sum of RGB (Red+Green+Blue) = 56+219+235=510 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.98% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #38DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBEB is #C72414. Grayscale: #ABABAB. Windows color (decimal): -13050901 or 15457080. OLE color: 15457080.
HSL color Cylindrical-coordinate representation of color #38DBEB: hue angle of 185.36º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38DBEB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 219 | 235 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.08 |
| HSL | 185.36º | 0.82% | 0.57% | - |
| HSV(B) | 185.36º | 0.76% | 0.92% | - |
| XYZ | 41.96 | 57.5 | 87.48 | - |
| YUV | 172.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 235 | 0.76 | 0.07 | 0 | 0.08 | 185.36 | 0.82 | 0.57 |
| Hex | 38 | DB | EB | 4C | 7 | 0 | 8 | B9 | 52 | 39 |
| Octal | 70 | 333 | 353 | 114 | 7 | 0 | 10 | 271 | 122 | 71 |
| Binary | 111000 | 11011011 | 11101011 | 1001100 | 111 | 0 | 1000 | 10111001 | 1010010 | 111001 |
Color Harmonies of #38DBEB
Complementary color
Monochromatic Colors of #38DBEB
Black with #38DBEB
Text Example
Text Example
White with #38DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBEB; }
p { color: rgb(56,219,235); }
H1.HeaderClassName
{
color: #38DBEB;
}
.AnyTagClassName
{
color: #38DBEB;
}
</style>
background-color css
<style>
a { background-color: #38DBEB; }
a { background-color: rgb(56,219,235); }
div.DivClassName
{
background-color: #38DBEB;
}
.BgClassName
{
background-color: #38DBEB;
}
</style>
border-color css
<style>
span { border-color: #38DBEB; }
span { border-color: rgb(56,219,235); }
td.TdClassName
{
border-color: #38DBEB;
}
.TagClassName
{
border-color: #38DBEB;
}
</style>