Shades of Turquoise #39DFF2
Tints of Turquoise #39DFF2
RGB
CMYK
RGB Variations
Color information
#39DFF2 (or 0x39DFF2) is known color: Turquoise. HEX triplet: 39, DF and F2. RGB value is (57,223,242). Sum of RGB (Red+Green+Blue) = 57+223+242=522 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.92% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #39DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DFF2 is #C6200D. Grayscale: #AFAFAF. Windows color (decimal): -12984334 or 15916857. OLE color: 15916857.
HSL color Cylindrical-coordinate representation of color #39DFF2: hue angle of 186.16º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DFF2 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 223 | 242 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.05 |
| HSL | 186.16º | 0.88% | 0.59% | - |
| HSV(B) | 186.16º | 0.76% | 0.95% | - |
| XYZ | 44.1 | 60.06 | 93.27 | - |
| YUV | 175.53 | 165.5 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 242 | 0.76 | 0.08 | 0 | 0.05 | 186.16 | 0.88 | 0.59 |
| Hex | 39 | DF | F2 | 4C | 8 | 0 | 5 | BA | 58 | 3B |
| Octal | 71 | 337 | 362 | 114 | 10 | 0 | 5 | 272 | 130 | 73 |
| Binary | 111001 | 11011111 | 11110010 | 1001100 | 1000 | 0 | 101 | 10111010 | 1011000 | 111011 |
Color Harmonies of #39DFF2
Complementary color
Monochromatic Colors of #39DFF2
Black with #39DFF2
Text Example
Text Example
White with #39DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFF2; }
p { color: rgb(57,223,242); }
H1.HeaderClassName
{
color: #39DFF2;
}
.AnyTagClassName
{
color: #39DFF2;
}
</style>
background-color css
<style>
a { background-color: #39DFF2; }
a { background-color: rgb(57,223,242); }
div.DivClassName
{
background-color: #39DFF2;
}
.BgClassName
{
background-color: #39DFF2;
}
</style>
border-color css
<style>
span { border-color: #39DFF2; }
span { border-color: rgb(57,223,242); }
td.TdClassName
{
border-color: #39DFF2;
}
.TagClassName
{
border-color: #39DFF2;
}
</style>