Shades of Turquoise #38FCDC
Tints of Turquoise #38FCDC
RGB
CMYK
RGB Variations
Color information
#38FCDC (or 0x38FCDC) is known color: Turquoise. HEX triplet: 38, FC and DC. RGB value is (56,252,220). Sum of RGB (Red+Green+Blue) = 56+252+220=528 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.61% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCDC is #C70323. Grayscale: #BDBDBD. Windows color (decimal): -13042468 or 14482488. OLE color: 14482488.
HSL color Cylindrical-coordinate representation of color #38FCDC: hue angle of 170.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCDC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 252 | 220 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.01 |
| HSL | 170.2º | 0.97% | 0.6% | - |
| HSV(B) | 170.2º | 0.78% | 0.99% | - |
| XYZ | 49.36 | 75.63 | 79.71 | - |
| YUV | 189.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 252 | 220 | 0.78 | 0 | 0.13 | 0.01 | 170.2 | 0.97 | 0.6 |
| Hex | 38 | FC | DC | 4E | 0 | D | 1 | AA | 61 | 3C |
| Octal | 70 | 374 | 334 | 116 | 0 | 15 | 1 | 252 | 141 | 74 |
| Binary | 111000 | 11111100 | 11011100 | 1001110 | 0 | 1101 | 1 | 10101010 | 1100001 | 111100 |
Color Harmonies of #38FCDC
Complementary color
Monochromatic Colors of #38FCDC
Black with #38FCDC
Text Example
Text Example
White with #38FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FCDC; }
p { color: rgb(56,252,220); }
H1.HeaderClassName
{
color: #38FCDC;
}
.AnyTagClassName
{
color: #38FCDC;
}
</style>
background-color css
<style>
a { background-color: #38FCDC; }
a { background-color: rgb(56,252,220); }
div.DivClassName
{
background-color: #38FCDC;
}
.BgClassName
{
background-color: #38FCDC;
}
</style>
border-color css
<style>
span { border-color: #38FCDC; }
span { border-color: rgb(56,252,220); }
td.TdClassName
{
border-color: #38FCDC;
}
.TagClassName
{
border-color: #38FCDC;
}
</style>