Shades of Turquoise #38FFCA
Tints of Turquoise #38FFCA
RGB
CMYK
RGB Variations
Color information
#38FFCA (or 0x38FFCA) is known color: Turquoise. HEX triplet: 38, FF and CA. RGB value is (56,255,202). Sum of RGB (Red+Green+Blue) = 56+255+202=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #38FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FFCA is #C70035. Grayscale: #BDBDBD. Windows color (decimal): -13041718 or 13303608. OLE color: 13303608.
HSL color Cylindrical-coordinate representation of color #38FFCA: hue angle of 164.02º 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 #38FFCA is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 255 | 202 | - |
| CMYK | 0.78 | 0 | 0.21 | 0 |
| HSL | 164.02º | 1% | 0.61% | - |
| HSV(B) | 164.02º | 0.78% | 1% | - |
| XYZ | 48.05 | 76.63 | 68.13 | - |
| YUV | 189.46 | 135.07 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 255 | 202 | 0.78 | 0 | 0.21 | 0 | 164.02 | 1 | 0.61 |
| Hex | 38 | FF | CA | 4E | 0 | 15 | 0 | A4 | 64 | 3D |
| Octal | 70 | 377 | 312 | 116 | 0 | 25 | 0 | 244 | 144 | 75 |
| Binary | 111000 | 11111111 | 11001010 | 1001110 | 0 | 10101 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #38FFCA
Complementary color
Monochromatic Colors of #38FFCA
Black with #38FFCA
Text Example
Text Example
White with #38FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FFCA; }
p { color: rgb(56,255,202); }
H1.HeaderClassName
{
color: #38FFCA;
}
.AnyTagClassName
{
color: #38FFCA;
}
</style>
background-color css
<style>
a { background-color: #38FFCA; }
a { background-color: rgb(56,255,202); }
div.DivClassName
{
background-color: #38FFCA;
}
.BgClassName
{
background-color: #38FFCA;
}
</style>
border-color css
<style>
span { border-color: #38FFCA; }
span { border-color: rgb(56,255,202); }
td.TdClassName
{
border-color: #38FFCA;
}
.TagClassName
{
border-color: #38FFCA;
}
</style>