Shades of Turquoise #38FECE
Tints of Turquoise #38FECE
RGB
CMYK
RGB Variations
Color information
#38FECE (or 0x38FECE) is known color: Turquoise. HEX triplet: 38, FE and CE. RGB value is (56,254,206). Sum of RGB (Red+Green+Blue) = 56+254+206=516 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.85% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #38FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FECE is #C70131. Grayscale: #BDBDBD. Windows color (decimal): -13041970 or 13565496. OLE color: 13565496.
HSL color Cylindrical-coordinate representation of color #38FECE: hue angle of 165.45º 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 #38FECE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 206 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.00 |
| HSL | 165.45º | 0.99% | 0.61% | - |
| HSV(B) | 165.45º | 0.78% | 1% | - |
| XYZ | 48.21 | 76.18 | 70.56 | - |
| YUV | 189.33 | 137.4 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 206 | 0.78 | 0 | 0.19 | 0.00 | 165.45 | 0.99 | 0.61 |
| Hex | 38 | FE | CE | 4E | 0 | 13 | 0 | A5 | 63 | 3D |
| Octal | 70 | 376 | 316 | 116 | 0 | 23 | 0 | 245 | 143 | 75 |
| Binary | 111000 | 11111110 | 11001110 | 1001110 | 0 | 10011 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #38FECE
Complementary color
Monochromatic Colors of #38FECE
Black with #38FECE
Text Example
Text Example
White with #38FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FECE; }
p { color: rgb(56,254,206); }
H1.HeaderClassName
{
color: #38FECE;
}
.AnyTagClassName
{
color: #38FECE;
}
</style>
background-color css
<style>
a { background-color: #38FECE; }
a { background-color: rgb(56,254,206); }
div.DivClassName
{
background-color: #38FECE;
}
.BgClassName
{
background-color: #38FECE;
}
</style>
border-color css
<style>
span { border-color: #38FECE; }
span { border-color: rgb(56,254,206); }
td.TdClassName
{
border-color: #38FECE;
}
.TagClassName
{
border-color: #38FECE;
}
</style>