Shades of Turquoise #38F6CA
Tints of Turquoise #38F6CA
RGB
CMYK
RGB Variations
Color information
#38F6CA (or 0x38F6CA) is known color: Turquoise. HEX triplet: 38, F6 and CA. RGB value is (56,246,202). Sum of RGB (Red+Green+Blue) = 56+246+202=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F6CA is #C70935. Grayscale: #B8B8B8. Windows color (decimal): -13044022 or 13301304. OLE color: 13301304.
HSL color Cylindrical-coordinate representation of color #38F6CA: hue angle of 166.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6CA is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 246 | 202 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.04 |
| HSL | 166.11º | 0.91% | 0.59% | - |
| HSV(B) | 166.11º | 0.77% | 0.96% | - |
| XYZ | 45.25 | 71.02 | 67.2 | - |
| YUV | 184.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 246 | 202 | 0.77 | 0 | 0.18 | 0.04 | 166.11 | 0.91 | 0.59 |
| Hex | 38 | F6 | CA | 4D | 0 | 12 | 4 | A6 | 5B | 3B |
| Octal | 70 | 366 | 312 | 115 | 0 | 22 | 4 | 246 | 133 | 73 |
| Binary | 111000 | 11110110 | 11001010 | 1001101 | 0 | 10010 | 100 | 10100110 | 1011011 | 111011 |
Color Harmonies of #38F6CA
Complementary color
Monochromatic Colors of #38F6CA
Black with #38F6CA
Text Example
Text Example
White with #38F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F6CA; }
p { color: rgb(56,246,202); }
H1.HeaderClassName
{
color: #38F6CA;
}
.AnyTagClassName
{
color: #38F6CA;
}
</style>
background-color css
<style>
a { background-color: #38F6CA; }
a { background-color: rgb(56,246,202); }
div.DivClassName
{
background-color: #38F6CA;
}
.BgClassName
{
background-color: #38F6CA;
}
</style>
border-color css
<style>
span { border-color: #38F6CA; }
span { border-color: rgb(56,246,202); }
td.TdClassName
{
border-color: #38F6CA;
}
.TagClassName
{
border-color: #38F6CA;
}
</style>