Shades of Turquoise #38DFF7
Tints of Turquoise #38DFF7
RGB
CMYK
RGB Variations
Color information
#38DFF7 (or 0x38DFF7) is known color: Turquoise. HEX triplet: 38, DF and F7. RGB value is (56,223,247). Sum of RGB (Red+Green+Blue) = 56+223+247=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #38DFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFF7 is #C72008. Grayscale: #AFAFAF. Windows color (decimal): -13049865 or 16244536. OLE color: 16244536.
HSL color Cylindrical-coordinate representation of color #38DFF7: hue angle of 187.54º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DFF7 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 223 | 247 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.03 |
| HSL | 187.54º | 0.92% | 0.59% | - |
| HSV(B) | 187.54º | 0.77% | 0.97% | - |
| XYZ | 44.81 | 60.33 | 97.28 | - |
| YUV | 175.8 | 168.17 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 247 | 0.77 | 0.10 | 0 | 0.03 | 187.54 | 0.92 | 0.59 |
| Hex | 38 | DF | F7 | 4D | A | 0 | 3 | BC | 5C | 3B |
| Octal | 70 | 337 | 367 | 115 | 12 | 0 | 3 | 274 | 134 | 73 |
| Binary | 111000 | 11011111 | 11110111 | 1001101 | 1010 | 0 | 11 | 10111100 | 1011100 | 111011 |
Color Harmonies of #38DFF7
Complementary color
Monochromatic Colors of #38DFF7
Black with #38DFF7
Text Example
Text Example
White with #38DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DFF7; }
p { color: rgb(56,223,247); }
H1.HeaderClassName
{
color: #38DFF7;
}
.AnyTagClassName
{
color: #38DFF7;
}
</style>
background-color css
<style>
a { background-color: #38DFF7; }
a { background-color: rgb(56,223,247); }
div.DivClassName
{
background-color: #38DFF7;
}
.BgClassName
{
background-color: #38DFF7;
}
</style>
border-color css
<style>
span { border-color: #38DFF7; }
span { border-color: rgb(56,223,247); }
td.TdClassName
{
border-color: #38DFF7;
}
.TagClassName
{
border-color: #38DFF7;
}
</style>