Shades of Turquoise #38EDF5
Tints of Turquoise #38EDF5
RGB
CMYK
RGB Variations
Color information
#38EDF5 (or 0x38EDF5) is known color: Turquoise. HEX triplet: 38, ED and F5. RGB value is (56,237,245). Sum of RGB (Red+Green+Blue) = 56+237+245=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #38EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EDF5 is #C7120A. Grayscale: #B7B7B7. Windows color (decimal): -13046283 or 16117048. OLE color: 16117048.
HSL color Cylindrical-coordinate representation of color #38EDF5: hue angle of 182.54º degrees, saturation: 0.9, 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 #38EDF5 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 237 | 245 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.04 |
| HSL | 182.54º | 0.9% | 0.59% | - |
| HSV(B) | 182.54º | 0.77% | 0.96% | - |
| XYZ | 48.4 | 68 | 96.96 | - |
| YUV | 183.79 | 162.53 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 237 | 245 | 0.77 | 0.03 | 0 | 0.04 | 182.54 | 0.9 | 0.59 |
| Hex | 38 | ED | F5 | 4D | 3 | 0 | 4 | B7 | 5A | 3B |
| Octal | 70 | 355 | 365 | 115 | 3 | 0 | 4 | 267 | 132 | 73 |
| Binary | 111000 | 11101101 | 11110101 | 1001101 | 11 | 0 | 100 | 10110111 | 1011010 | 111011 |
Color Harmonies of #38EDF5
Complementary color
Monochromatic Colors of #38EDF5
Black with #38EDF5
Text Example
Text Example
White with #38EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EDF5; }
p { color: rgb(56,237,245); }
H1.HeaderClassName
{
color: #38EDF5;
}
.AnyTagClassName
{
color: #38EDF5;
}
</style>
background-color css
<style>
a { background-color: #38EDF5; }
a { background-color: rgb(56,237,245); }
div.DivClassName
{
background-color: #38EDF5;
}
.BgClassName
{
background-color: #38EDF5;
}
</style>
border-color css
<style>
span { border-color: #38EDF5; }
span { border-color: rgb(56,237,245); }
td.TdClassName
{
border-color: #38EDF5;
}
.TagClassName
{
border-color: #38EDF5;
}
</style>