Shades of Turquoise #38FECC
Tints of Turquoise #38FECC
RGB
CMYK
RGB Variations
Color information
#38FECC (or 0x38FECC) is known color: Turquoise. HEX triplet: 38, FE and CC. RGB value is (56,254,204). Sum of RGB (Red+Green+Blue) = 56+254+204=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #38FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FECC is #C70133. Grayscale: #BDBDBD. Windows color (decimal): -13041972 or 13434424. OLE color: 13434424.
HSL color Cylindrical-coordinate representation of color #38FECC: hue angle of 164.85º 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 #38FECC is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 204 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.00 |
| HSL | 164.85º | 0.99% | 0.61% | - |
| HSV(B) | 164.85º | 0.78% | 1% | - |
| XYZ | 47.97 | 76.08 | 69.28 | - |
| YUV | 189.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 204 | 0.78 | 0 | 0.20 | 0.00 | 164.85 | 0.99 | 0.61 |
| Hex | 38 | FE | CC | 4E | 0 | 14 | 0 | A5 | 63 | 3D |
| Octal | 70 | 376 | 314 | 116 | 0 | 24 | 0 | 245 | 143 | 75 |
| Binary | 111000 | 11111110 | 11001100 | 1001110 | 0 | 10100 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #38FECC
Complementary color
Monochromatic Colors of #38FECC
Black with #38FECC
Text Example
Text Example
White with #38FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FECC; }
p { color: rgb(56,254,204); }
H1.HeaderClassName
{
color: #38FECC;
}
.AnyTagClassName
{
color: #38FECC;
}
</style>
background-color css
<style>
a { background-color: #38FECC; }
a { background-color: rgb(56,254,204); }
div.DivClassName
{
background-color: #38FECC;
}
.BgClassName
{
background-color: #38FECC;
}
</style>
border-color css
<style>
span { border-color: #38FECC; }
span { border-color: rgb(56,254,204); }
td.TdClassName
{
border-color: #38FECC;
}
.TagClassName
{
border-color: #38FECC;
}
</style>