Shades of Turquoise #38DBFF
Tints of Turquoise #38DBFF
RGB
CMYK
RGB Variations
Color information
#38DBFF (or 0x38DBFF) is known color: Turquoise. HEX triplet: 38, DB and FF. RGB value is (56,219,255). Sum of RGB (Red+Green+Blue) = 56+219+255=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #38DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBFF is #C72400. Grayscale: #AEAEAE. Windows color (decimal): -13050881 or 16767800. OLE color: 16767800.
HSL color Cylindrical-coordinate representation of color #38DBFF: hue angle of 190.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DBFF is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 219 | 255 | - |
| CMYK | 0.78 | 0.14 | 0 | 0 |
| HSL | 190.85º | 1% | 0.61% | - |
| HSV(B) | 190.85º | 0.78% | 1% | - |
| XYZ | 45.01 | 58.72 | 103.57 | - |
| YUV | 174.37 | 173.5 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 255 | 0.78 | 0.14 | 0 | 0 | 190.85 | 1 | 0.61 |
| Hex | 38 | DB | FF | 4E | E | 0 | 0 | BF | 64 | 3D |
| Octal | 70 | 333 | 377 | 116 | 16 | 0 | 0 | 277 | 144 | 75 |
| Binary | 111000 | 11011011 | 11111111 | 1001110 | 1110 | 0 | 0 | 10111111 | 1100100 | 111101 |
Color Harmonies of #38DBFF
Complementary color
Monochromatic Colors of #38DBFF
Black with #38DBFF
Text Example
Text Example
White with #38DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBFF; }
p { color: rgb(56,219,255); }
H1.HeaderClassName
{
color: #38DBFF;
}
.AnyTagClassName
{
color: #38DBFF;
}
</style>
background-color css
<style>
a { background-color: #38DBFF; }
a { background-color: rgb(56,219,255); }
div.DivClassName
{
background-color: #38DBFF;
}
.BgClassName
{
background-color: #38DBFF;
}
</style>
border-color css
<style>
span { border-color: #38DBFF; }
span { border-color: rgb(56,219,255); }
td.TdClassName
{
border-color: #38DBFF;
}
.TagClassName
{
border-color: #38DBFF;
}
</style>