Shades of Turquoise #38E5FD
Tints of Turquoise #38E5FD
RGB
CMYK
RGB Variations
Color information
#38E5FD (or 0x38E5FD) is known color: Turquoise. HEX triplet: 38, E5 and FD. RGB value is (56,229,253). Sum of RGB (Red+Green+Blue) = 56+229+253=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #38E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E5FD is #C71A02. Grayscale: #B3B3B3. Windows color (decimal): -13048323 or 16639288. OLE color: 16639288.
HSL color Cylindrical-coordinate representation of color #38E5FD: hue angle of 187.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38E5FD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 229 | 253 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.01 |
| HSL | 187.31º | 0.98% | 0.61% | - |
| HSV(B) | 187.31º | 0.78% | 0.99% | - |
| XYZ | 47.38 | 63.97 | 102.78 | - |
| YUV | 180.01 | 169.19 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 229 | 253 | 0.78 | 0.09 | 0 | 0.01 | 187.31 | 0.98 | 0.61 |
| Hex | 38 | E5 | FD | 4E | 9 | 0 | 1 | BB | 62 | 3D |
| Octal | 70 | 345 | 375 | 116 | 11 | 0 | 1 | 273 | 142 | 75 |
| Binary | 111000 | 11100101 | 11111101 | 1001110 | 1001 | 0 | 1 | 10111011 | 1100010 | 111101 |
Color Harmonies of #38E5FD
Complementary color
Monochromatic Colors of #38E5FD
Black with #38E5FD
Text Example
Text Example
White with #38E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E5FD; }
p { color: rgb(56,229,253); }
H1.HeaderClassName
{
color: #38E5FD;
}
.AnyTagClassName
{
color: #38E5FD;
}
</style>
background-color css
<style>
a { background-color: #38E5FD; }
a { background-color: rgb(56,229,253); }
div.DivClassName
{
background-color: #38E5FD;
}
.BgClassName
{
background-color: #38E5FD;
}
</style>
border-color css
<style>
span { border-color: #38E5FD; }
span { border-color: rgb(56,229,253); }
td.TdClassName
{
border-color: #38E5FD;
}
.TagClassName
{
border-color: #38E5FD;
}
</style>