Shades of Turquoise #38FFFC
Tints of Turquoise #38FFFC
RGB
CMYK
RGB Variations
Color information
#38FFFC (or 0x38FFFC) is known color: Turquoise. HEX triplet: 38, FF and FC. RGB value is (56,255,252). Sum of RGB (Red+Green+Blue) = 56+255+252=563 (74% of max value = 765). Red value is 56 (22.27% from 255 or 9.95% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FFFC is #C70003. Grayscale: #C2C2C2. Windows color (decimal): -13041668 or 16580408. OLE color: 16580408.
HSL color Cylindrical-coordinate representation of color #38FFFC: hue angle of 179.1º 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 #38FFFC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 252 | - |
| CMYK | 0.78 | 0 | 0.01 | 0 |
| HSL | 179.1º | 1% | 0.61% | - |
| HSV(B) | 179.1º | 0.78% | 1% | - |
| XYZ | 54.96 | 79.39 | 104.52 | - |
| YUV | 195.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 252 | 0.78 | 0 | 0.01 | 0 | 179.1 | 1 | 0.61 |
| Hex | 38 | FF | FC | 4E | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 70 | 377 | 374 | 116 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 111000 | 11111111 | 11111100 | 1001110 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #38FFFC
Complementary color
Monochromatic Colors of #38FFFC
Black with #38FFFC
Text Example
Text Example
White with #38FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFFC; }
p { color: rgb(56,255,252); }
H1.HeaderClassName
{
color: #38FFFC;
}
.AnyTagClassName
{
color: #38FFFC;
}
</style>
background-color css
<style>
a { background-color: #38FFFC; }
a { background-color: rgb(56,255,252); }
div.DivClassName
{
background-color: #38FFFC;
}
.BgClassName
{
background-color: #38FFFC;
}
</style>
border-color css
<style>
span { border-color: #38FFFC; }
span { border-color: rgb(56,255,252); }
td.TdClassName
{
border-color: #38FFFC;
}
.TagClassName
{
border-color: #38FFFC;
}
</style>