Shades of Turquoise #38F0CD
Tints of Turquoise #38F0CD
RGB
CMYK
RGB Variations
Color information
#38F0CD (or 0x38F0CD) is known color: Turquoise. HEX triplet: 38, F0 and CD. RGB value is (56,240,205). Sum of RGB (Red+Green+Blue) = 56+240+205=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #38F0CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F0CD is #C70F32. Grayscale: #B4B4B4. Windows color (decimal): -13045555 or 13496376. OLE color: 13496376.
HSL color Cylindrical-coordinate representation of color #38F0CD: hue angle of 168.59º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F0CD is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 205 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.06 |
| HSL | 168.59º | 0.86% | 0.58% | - |
| HSV(B) | 168.59º | 0.77% | 0.94% | - |
| XYZ | 43.81 | 67.57 | 68.49 | - |
| YUV | 180.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 205 | 0.77 | 0 | 0.15 | 0.06 | 168.59 | 0.86 | 0.58 |
| Hex | 38 | F0 | CD | 4D | 0 | F | 6 | A9 | 56 | 3A |
| Octal | 70 | 360 | 315 | 115 | 0 | 17 | 6 | 251 | 126 | 72 |
| Binary | 111000 | 11110000 | 11001101 | 1001101 | 0 | 1111 | 110 | 10101001 | 1010110 | 111010 |
Color Harmonies of #38F0CD
Complementary color
Monochromatic Colors of #38F0CD
Black with #38F0CD
Text Example
Text Example
White with #38F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F0CD; }
p { color: rgb(56,240,205); }
H1.HeaderClassName
{
color: #38F0CD;
}
.AnyTagClassName
{
color: #38F0CD;
}
</style>
background-color css
<style>
a { background-color: #38F0CD; }
a { background-color: rgb(56,240,205); }
div.DivClassName
{
background-color: #38F0CD;
}
.BgClassName
{
background-color: #38F0CD;
}
</style>
border-color css
<style>
span { border-color: #38F0CD; }
span { border-color: rgb(56,240,205); }
td.TdClassName
{
border-color: #38F0CD;
}
.TagClassName
{
border-color: #38F0CD;
}
</style>