Shades of Turquoise #38FECB
Tints of Turquoise #38FECB
RGB
CMYK
RGB Variations
Color information
#38FECB (or 0x38FECB) is known color: Turquoise. HEX triplet: 38, FE and CB. RGB value is (56,254,203). Sum of RGB (Red+Green+Blue) = 56+254+203=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #38FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FECB is #C70134. Grayscale: #BCBCBC. Windows color (decimal): -13041973 or 13368888. OLE color: 13368888.
HSL color Cylindrical-coordinate representation of color #38FECB: hue angle of 164.55º 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 #38FECB is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 254 | 203 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.00 |
| HSL | 164.55º | 0.99% | 0.61% | - |
| HSV(B) | 164.55º | 0.78% | 1% | - |
| XYZ | 47.85 | 76.04 | 68.65 | - |
| YUV | 188.98 | 135.9 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 254 | 203 | 0.78 | 0 | 0.20 | 0.00 | 164.55 | 0.99 | 0.61 |
| Hex | 38 | FE | CB | 4E | 0 | 14 | 0 | A5 | 63 | 3D |
| Octal | 70 | 376 | 313 | 116 | 0 | 24 | 0 | 245 | 143 | 75 |
| Binary | 111000 | 11111110 | 11001011 | 1001110 | 0 | 10100 | 0 | 10100101 | 1100011 | 111101 |
Color Harmonies of #38FECB
Complementary color
Monochromatic Colors of #38FECB
Black with #38FECB
Text Example
Text Example
White with #38FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FECB; }
p { color: rgb(56,254,203); }
H1.HeaderClassName
{
color: #38FECB;
}
.AnyTagClassName
{
color: #38FECB;
}
</style>
background-color css
<style>
a { background-color: #38FECB; }
a { background-color: rgb(56,254,203); }
div.DivClassName
{
background-color: #38FECB;
}
.BgClassName
{
background-color: #38FECB;
}
</style>
border-color css
<style>
span { border-color: #38FECB; }
span { border-color: rgb(56,254,203); }
td.TdClassName
{
border-color: #38FECB;
}
.TagClassName
{
border-color: #38FECB;
}
</style>