Shades of Turquoise #38EAFE
Tints of Turquoise #38EAFE
RGB
CMYK
RGB Variations
Color information
#38EAFE (or 0x38EAFE) is known color: Turquoise. HEX triplet: 38, EA and FE. RGB value is (56,234,254). Sum of RGB (Red+Green+Blue) = 56+234+254=544 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.29% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #38EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EAFE is #C71501. Grayscale: #B6B6B6. Windows color (decimal): -13047042 or 16706104. OLE color: 16706104.
HSL color Cylindrical-coordinate representation of color #38EAFE: hue angle of 186.06º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38EAFE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 234 | 254 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.00 |
| HSL | 186.06º | 0.99% | 0.61% | - |
| HSV(B) | 186.06º | 0.78% | 1% | - |
| XYZ | 48.94 | 66.84 | 104.09 | - |
| YUV | 183.06 | 168.03 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 234 | 254 | 0.78 | 0.08 | 0 | 0.00 | 186.06 | 0.99 | 0.61 |
| Hex | 38 | EA | FE | 4E | 8 | 0 | 0 | BA | 63 | 3D |
| Octal | 70 | 352 | 376 | 116 | 10 | 0 | 0 | 272 | 143 | 75 |
| Binary | 111000 | 11101010 | 11111110 | 1001110 | 1000 | 0 | 0 | 10111010 | 1100011 | 111101 |
Color Harmonies of #38EAFE
Complementary color
Monochromatic Colors of #38EAFE
Black with #38EAFE
Text Example
Text Example
White with #38EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EAFE; }
p { color: rgb(56,234,254); }
H1.HeaderClassName
{
color: #38EAFE;
}
.AnyTagClassName
{
color: #38EAFE;
}
</style>
background-color css
<style>
a { background-color: #38EAFE; }
a { background-color: rgb(56,234,254); }
div.DivClassName
{
background-color: #38EAFE;
}
.BgClassName
{
background-color: #38EAFE;
}
</style>
border-color css
<style>
span { border-color: #38EAFE; }
span { border-color: rgb(56,234,254); }
td.TdClassName
{
border-color: #38EAFE;
}
.TagClassName
{
border-color: #38EAFE;
}
</style>