Shades of Turquoise #38FFF8
Tints of Turquoise #38FFF8
RGB
CMYK
RGB Variations
Color information
#38FFF8 (or 0x38FFF8) is known color: Turquoise. HEX triplet: 38, FF and F8. RGB value is (56,255,248). Sum of RGB (Red+Green+Blue) = 56+255+248=559 (74% of max value = 765). Red value is 56 (22.27% from 255 or 10.02% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFF8 is #C70007. Grayscale: #C2C2C2. Windows color (decimal): -13041672 or 16318264. OLE color: 16318264.
HSL color Cylindrical-coordinate representation of color #38FFF8: hue angle of 177.89º 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 #38FFF8 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 248 | - |
| CMYK | 0.78 | 0 | 0.03 | 0 |
| HSL | 177.89º | 1% | 0.61% | - |
| HSV(B) | 177.89º | 0.78% | 1% | - |
| XYZ | 54.33 | 79.14 | 101.22 | - |
| YUV | 194.7 | 158.07 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 248 | 0.78 | 0 | 0.03 | 0 | 177.89 | 1 | 0.61 |
| Hex | 38 | FF | F8 | 4E | 0 | 3 | 0 | B2 | 64 | 3D |
| Octal | 70 | 377 | 370 | 116 | 0 | 3 | 0 | 262 | 144 | 75 |
| Binary | 111000 | 11111111 | 11111000 | 1001110 | 0 | 11 | 0 | 10110010 | 1100100 | 111101 |
Color Harmonies of #38FFF8
Complementary color
Monochromatic Colors of #38FFF8
Black with #38FFF8
Text Example
Text Example
White with #38FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFF8; }
p { color: rgb(56,255,248); }
H1.HeaderClassName
{
color: #38FFF8;
}
.AnyTagClassName
{
color: #38FFF8;
}
</style>
background-color css
<style>
a { background-color: #38FFF8; }
a { background-color: rgb(56,255,248); }
div.DivClassName
{
background-color: #38FFF8;
}
.BgClassName
{
background-color: #38FFF8;
}
</style>
border-color css
<style>
span { border-color: #38FFF8; }
span { border-color: rgb(56,255,248); }
td.TdClassName
{
border-color: #38FFF8;
}
.TagClassName
{
border-color: #38FFF8;
}
</style>