Shades of Medium Turquoise #39CFE3
Tints of Medium Turquoise #39CFE3
RGB
CMYK
RGB Variations
Color information
#39CFE3 (or 0x39CFE3) is known color: Medium Turquoise. HEX triplet: 39, CF and E3. RGB value is (57,207,227). Sum of RGB (Red+Green+Blue) = 57+207+227=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 227 - color contains mainly: blue. Hex color #39CFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CFE3 is #C6301C. Grayscale: #A4A4A4. Windows color (decimal): -12988445 or 14929721. OLE color: 14929721.
HSL color Cylindrical-coordinate representation of color #39CFE3: hue angle of 187.06º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39CFE3 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 207 | 227 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.11 |
| HSL | 187.06º | 0.75% | 0.56% | - |
| HSV(B) | 187.06º | 0.75% | 0.89% | - |
| XYZ | 37.87 | 51.04 | 80.53 | - |
| YUV | 164.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 227 | 0.75 | 0.09 | 0 | 0.11 | 187.06 | 0.75 | 0.56 |
| Hex | 39 | CF | E3 | 4B | 9 | 0 | B | BB | 4B | 38 |
| Octal | 71 | 317 | 343 | 113 | 11 | 0 | 13 | 273 | 113 | 70 |
| Binary | 111001 | 11001111 | 11100011 | 1001011 | 1001 | 0 | 1011 | 10111011 | 1001011 | 111000 |
Color Harmonies of #39CFE3
Complementary color
Monochromatic Colors of #39CFE3
Black with #39CFE3
Text Example
Text Example
White with #39CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CFE3; }
p { color: rgb(57,207,227); }
H1.HeaderClassName
{
color: #39CFE3;
}
.AnyTagClassName
{
color: #39CFE3;
}
</style>
background-color css
<style>
a { background-color: #39CFE3; }
a { background-color: rgb(57,207,227); }
div.DivClassName
{
background-color: #39CFE3;
}
.BgClassName
{
background-color: #39CFE3;
}
</style>
border-color css
<style>
span { border-color: #39CFE3; }
span { border-color: rgb(57,207,227); }
td.TdClassName
{
border-color: #39CFE3;
}
.TagClassName
{
border-color: #39CFE3;
}
</style>