Shades of Turquoise #38F9ED
Tints of Turquoise #38F9ED
RGB
CMYK
RGB Variations
Color information
#38F9ED (or 0x38F9ED) is known color: Turquoise. HEX triplet: 38, F9 and ED. RGB value is (56,249,237). Sum of RGB (Red+Green+Blue) = 56+249+237=542 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.33% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9ED is #C70612. Grayscale: #BDBDBD. Windows color (decimal): -13043219 or 15595832. OLE color: 15595832.
HSL color Cylindrical-coordinate representation of color #38F9ED: hue angle of 176.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9ED is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 56 | 249 | 237 | - |
CMYK | 0.78 | 0 | 0.05 | 0.02 |
HSL | 176.27º | 0.94% | 0.6% | - |
HSV(B) | 176.27º | 0.78% | 0.98% | - |
XYZ | 50.79 | 74.71 | 91.86 | - |
YUV | 189.93 | 154.56 | 32.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 56 | 249 | 237 | 0.78 | 0 | 0.05 | 0.02 | 176.27 | 0.94 | 0.6 |
Hex | 38 | F9 | ED | 4E | 0 | 5 | 2 | B0 | 5E | 3C |
Octal | 70 | 371 | 355 | 116 | 0 | 5 | 2 | 260 | 136 | 74 |
Binary | 111000 | 11111001 | 11101101 | 1001110 | 0 | 101 | 10 | 10110000 | 1011110 | 111100 |
Color Harmonies of #38F9ED
Complementary color
Monochromatic Colors of #38F9ED
Black with #38F9ED
Text Example
Text Example
White with #38F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F9ED; }
p { color: rgb(56,249,237); }
H1.HeaderClassName
{
color: #38F9ED;
}
.AnyTagClassName
{
color: #38F9ED;
}
</style>
background-color css
<style>
a { background-color: #38F9ED; }
a { background-color: rgb(56,249,237); }
div.DivClassName
{
background-color: #38F9ED;
}
.BgClassName
{
background-color: #38F9ED;
}
</style>
border-color css
<style>
span { border-color: #38F9ED; }
span { border-color: rgb(56,249,237); }
td.TdClassName
{
border-color: #38F9ED;
}
.TagClassName
{
border-color: #38F9ED;
}
</style>