Shades of Turquoise #38DBFC
Tints of Turquoise #38DBFC
RGB
CMYK
RGB Variations
Color information
#38DBFC (or 0x38DBFC) is known color: Turquoise. HEX triplet: 38, DB and FC. RGB value is (56,219,252). Sum of RGB (Red+Green+Blue) = 56+219+252=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #38DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBFC is #C72403. Grayscale: #ADADAD. Windows color (decimal): -13050884 or 16571192. OLE color: 16571192.
HSL color Cylindrical-coordinate representation of color #38DBFC: hue angle of 190.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DBFC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 219 | 252 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.01 |
| HSL | 190.1º | 0.97% | 0.6% | - |
| HSV(B) | 190.1º | 0.78% | 0.99% | - |
| XYZ | 44.53 | 58.53 | 101.05 | - |
| YUV | 174.03 | 172 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 252 | 0.78 | 0.13 | 0 | 0.01 | 190.1 | 0.97 | 0.6 |
| Hex | 38 | DB | FC | 4E | D | 0 | 1 | BE | 61 | 3C |
| Octal | 70 | 333 | 374 | 116 | 15 | 0 | 1 | 276 | 141 | 74 |
| Binary | 111000 | 11011011 | 11111100 | 1001110 | 1101 | 0 | 1 | 10111110 | 1100001 | 111100 |
Color Harmonies of #38DBFC
Complementary color
Monochromatic Colors of #38DBFC
Black with #38DBFC
Text Example
Text Example
White with #38DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBFC; }
p { color: rgb(56,219,252); }
H1.HeaderClassName
{
color: #38DBFC;
}
.AnyTagClassName
{
color: #38DBFC;
}
</style>
background-color css
<style>
a { background-color: #38DBFC; }
a { background-color: rgb(56,219,252); }
div.DivClassName
{
background-color: #38DBFC;
}
.BgClassName
{
background-color: #38DBFC;
}
</style>
border-color css
<style>
span { border-color: #38DBFC; }
span { border-color: rgb(56,219,252); }
td.TdClassName
{
border-color: #38DBFC;
}
.TagClassName
{
border-color: #38DBFC;
}
</style>