Shades of Medium Turquoise #38CFDC
Tints of Medium Turquoise #38CFDC
RGB
CMYK
RGB Variations
Color information
#38CFDC (or 0x38CFDC) is known color: Medium Turquoise. HEX triplet: 38, CF and DC. RGB value is (56,207,220). Sum of RGB (Red+Green+Blue) = 56+207+220=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #38CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFDC is #C73023. Grayscale: #A3A3A3. Windows color (decimal): -13053988 or 14470968. OLE color: 14470968.
HSL color Cylindrical-coordinate representation of color #38CFDC: hue angle of 184.76º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CFDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 207 | 220 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.14 |
| HSL | 184.76º | 0.7% | 0.54% | - |
| HSV(B) | 184.76º | 0.75% | 0.86% | - |
| XYZ | 36.86 | 50.63 | 75.54 | - |
| YUV | 163.33 | 159.97 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 220 | 0.75 | 0.06 | 0 | 0.14 | 184.76 | 0.7 | 0.54 |
| Hex | 38 | CF | DC | 4B | 6 | 0 | E | B9 | 46 | 36 |
| Octal | 70 | 317 | 334 | 113 | 6 | 0 | 16 | 271 | 106 | 66 |
| Binary | 111000 | 11001111 | 11011100 | 1001011 | 110 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #38CFDC
Complementary color
Monochromatic Colors of #38CFDC
Black with #38CFDC
Text Example
Text Example
White with #38CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFDC; }
p { color: rgb(56,207,220); }
H1.HeaderClassName
{
color: #38CFDC;
}
.AnyTagClassName
{
color: #38CFDC;
}
</style>
background-color css
<style>
a { background-color: #38CFDC; }
a { background-color: rgb(56,207,220); }
div.DivClassName
{
background-color: #38CFDC;
}
.BgClassName
{
background-color: #38CFDC;
}
</style>
border-color css
<style>
span { border-color: #38CFDC; }
span { border-color: rgb(56,207,220); }
td.TdClassName
{
border-color: #38CFDC;
}
.TagClassName
{
border-color: #38CFDC;
}
</style>