Shades of Turquoise #38DBFD
Tints of Turquoise #38DBFD
RGB
CMYK
RGB Variations
Color information
#38DBFD (or 0x38DBFD) is known color: Turquoise. HEX triplet: 38, DB and FD. RGB value is (56,219,253). Sum of RGB (Red+Green+Blue) = 56+219+253=528 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.61% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #38DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBFD is #C72402. Grayscale: #ADADAD. Windows color (decimal): -13050883 or 16636728. OLE color: 16636728.
HSL color Cylindrical-coordinate representation of color #38DBFD: hue angle of 190.36º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DBFD is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 219 | 253 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.01 |
| HSL | 190.36º | 0.98% | 0.61% | - |
| HSV(B) | 190.36º | 0.78% | 0.99% | - |
| XYZ | 44.69 | 58.6 | 101.88 | - |
| YUV | 174.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 253 | 0.78 | 0.13 | 0 | 0.01 | 190.36 | 0.98 | 0.61 |
| Hex | 38 | DB | FD | 4E | D | 0 | 1 | BE | 62 | 3D |
| Octal | 70 | 333 | 375 | 116 | 15 | 0 | 1 | 276 | 142 | 75 |
| Binary | 111000 | 11011011 | 11111101 | 1001110 | 1101 | 0 | 1 | 10111110 | 1100010 | 111101 |
Color Harmonies of #38DBFD
Complementary color
Monochromatic Colors of #38DBFD
Black with #38DBFD
Text Example
Text Example
White with #38DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBFD; }
p { color: rgb(56,219,253); }
H1.HeaderClassName
{
color: #38DBFD;
}
.AnyTagClassName
{
color: #38DBFD;
}
</style>
background-color css
<style>
a { background-color: #38DBFD; }
a { background-color: rgb(56,219,253); }
div.DivClassName
{
background-color: #38DBFD;
}
.BgClassName
{
background-color: #38DBFD;
}
</style>
border-color css
<style>
span { border-color: #38DBFD; }
span { border-color: rgb(56,219,253); }
td.TdClassName
{
border-color: #38DBFD;
}
.TagClassName
{
border-color: #38DBFD;
}
</style>