Shades of Turquoise #38DCF5
Tints of Turquoise #38DCF5
RGB
CMYK
RGB Variations
Color information
#38DCF5 (or 0x38DCF5) is known color: Turquoise. HEX triplet: 38, DC and F5. RGB value is (56,220,245). Sum of RGB (Red+Green+Blue) = 56+220+245=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #38DCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DCF5 is #C7230A. Grayscale: #ADADAD. Windows color (decimal): -13050635 or 16112696. OLE color: 16112696.
HSL color Cylindrical-coordinate representation of color #38DCF5: hue angle of 187.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DCF5 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 220 | 245 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.04 |
| HSL | 187.94º | 0.9% | 0.59% | - |
| HSV(B) | 187.94º | 0.77% | 0.96% | - |
| XYZ | 43.71 | 58.62 | 95.4 | - |
| YUV | 173.81 | 168.17 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 245 | 0.77 | 0.10 | 0 | 0.04 | 187.94 | 0.9 | 0.59 |
| Hex | 38 | DC | F5 | 4D | A | 0 | 4 | BC | 5A | 3B |
| Octal | 70 | 334 | 365 | 115 | 12 | 0 | 4 | 274 | 132 | 73 |
| Binary | 111000 | 11011100 | 11110101 | 1001101 | 1010 | 0 | 100 | 10111100 | 1011010 | 111011 |
Color Harmonies of #38DCF5
Complementary color
Monochromatic Colors of #38DCF5
Black with #38DCF5
Text Example
Text Example
White with #38DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCF5; }
p { color: rgb(56,220,245); }
H1.HeaderClassName
{
color: #38DCF5;
}
.AnyTagClassName
{
color: #38DCF5;
}
</style>
background-color css
<style>
a { background-color: #38DCF5; }
a { background-color: rgb(56,220,245); }
div.DivClassName
{
background-color: #38DCF5;
}
.BgClassName
{
background-color: #38DCF5;
}
</style>
border-color css
<style>
span { border-color: #38DCF5; }
span { border-color: rgb(56,220,245); }
td.TdClassName
{
border-color: #38DCF5;
}
.TagClassName
{
border-color: #38DCF5;
}
</style>