Shades of Medium Turquoise #38CEDA
Tints of Medium Turquoise #38CEDA
RGB
CMYK
RGB Variations
Color information
#38CEDA (or 0x38CEDA) is known color: Medium Turquoise. HEX triplet: 38, CE and DA. RGB value is (56,206,218). Sum of RGB (Red+Green+Blue) = 56+206+218=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #38CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEDA is #C73125. Grayscale: #A2A2A2. Windows color (decimal): -13054246 or 14339640. OLE color: 14339640.
HSL color Cylindrical-coordinate representation of color #38CEDA: hue angle of 184.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CEDA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 206 | 218 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.15 |
| HSL | 184.44º | 0.69% | 0.54% | - |
| HSV(B) | 184.44º | 0.74% | 0.85% | - |
| XYZ | 36.36 | 50.05 | 74.07 | - |
| YUV | 162.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 218 | 0.74 | 0.06 | 0 | 0.15 | 184.44 | 0.69 | 0.54 |
| Hex | 38 | CE | DA | 4A | 6 | 0 | F | B8 | 45 | 36 |
| Octal | 70 | 316 | 332 | 112 | 6 | 0 | 17 | 270 | 105 | 66 |
| Binary | 111000 | 11001110 | 11011010 | 1001010 | 110 | 0 | 1111 | 10111000 | 1000101 | 110110 |
Color Harmonies of #38CEDA
Complementary color
Monochromatic Colors of #38CEDA
Black with #38CEDA
Text Example
Text Example
White with #38CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEDA; }
p { color: rgb(56,206,218); }
H1.HeaderClassName
{
color: #38CEDA;
}
.AnyTagClassName
{
color: #38CEDA;
}
</style>
background-color css
<style>
a { background-color: #38CEDA; }
a { background-color: rgb(56,206,218); }
div.DivClassName
{
background-color: #38CEDA;
}
.BgClassName
{
background-color: #38CEDA;
}
</style>
border-color css
<style>
span { border-color: #38CEDA; }
span { border-color: rgb(56,206,218); }
td.TdClassName
{
border-color: #38CEDA;
}
.TagClassName
{
border-color: #38CEDA;
}
</style>