Shades of Turquoise #38DBFE
Tints of Turquoise #38DBFE
RGB
CMYK
RGB Variations
Color information
#38DBFE (or 0x38DBFE) is known color: Turquoise. HEX triplet: 38, DB and FE. RGB value is (56,219,254). Sum of RGB (Red+Green+Blue) = 56+219+254=529 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.59% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #38DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DBFE is #C72401. Grayscale: #ADADAD. Windows color (decimal): -13050882 or 16702264. OLE color: 16702264.
HSL color Cylindrical-coordinate representation of color #38DBFE: hue angle of 190.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DBFE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 219 | 254 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.00 |
| HSL | 190.61º | 0.99% | 0.61% | - |
| HSV(B) | 190.61º | 0.78% | 1% | - |
| XYZ | 44.85 | 58.66 | 102.72 | - |
| YUV | 174.25 | 173 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 254 | 0.78 | 0.14 | 0 | 0.00 | 190.61 | 0.99 | 0.61 |
| Hex | 38 | DB | FE | 4E | E | 0 | 0 | BF | 63 | 3D |
| Octal | 70 | 333 | 376 | 116 | 16 | 0 | 0 | 277 | 143 | 75 |
| Binary | 111000 | 11011011 | 11111110 | 1001110 | 1110 | 0 | 0 | 10111111 | 1100011 | 111101 |
Color Harmonies of #38DBFE
Complementary color
Monochromatic Colors of #38DBFE
Black with #38DBFE
Text Example
Text Example
White with #38DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBFE; }
p { color: rgb(56,219,254); }
H1.HeaderClassName
{
color: #38DBFE;
}
.AnyTagClassName
{
color: #38DBFE;
}
</style>
background-color css
<style>
a { background-color: #38DBFE; }
a { background-color: rgb(56,219,254); }
div.DivClassName
{
background-color: #38DBFE;
}
.BgClassName
{
background-color: #38DBFE;
}
</style>
border-color css
<style>
span { border-color: #38DBFE; }
span { border-color: rgb(56,219,254); }
td.TdClassName
{
border-color: #38DBFE;
}
.TagClassName
{
border-color: #38DBFE;
}
</style>