Shades of Turquoise #3DEFF2
Tints of Turquoise #3DEFF2
RGB
CMYK
RGB Variations
Color information
#3DEFF2 (or 0x3DEFF2) is known color: Turquoise. HEX triplet: 3D, EF and F2. RGB value is (61,239,242). Sum of RGB (Red+Green+Blue) = 61+239+242=542 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.25% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFF2 is #C2100D. Grayscale: #B9B9B9. Windows color (decimal): -12718094 or 15920957. OLE color: 15920957.
HSL color Cylindrical-coordinate representation of color #3DEFF2: hue angle of 180.99º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DEFF2 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 239 | 242 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.05 |
| HSL | 180.99º | 0.87% | 0.59% | - |
| HSV(B) | 180.99º | 0.75% | 0.95% | - |
| XYZ | 48.82 | 69.14 | 94.78 | - |
| YUV | 186.12 | 159.53 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 242 | 0.75 | 0.01 | 0 | 0.05 | 180.99 | 0.87 | 0.59 |
| Hex | 3D | EF | F2 | 4B | 1 | 0 | 5 | B5 | 57 | 3B |
| Octal | 75 | 357 | 362 | 113 | 1 | 0 | 5 | 265 | 127 | 73 |
| Binary | 111101 | 11101111 | 11110010 | 1001011 | 1 | 0 | 101 | 10110101 | 1010111 | 111011 |
Color Harmonies of #3DEFF2
Complementary color
Monochromatic Colors of #3DEFF2
Black with #3DEFF2
Text Example
Text Example
White with #3DEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFF2; }
p { color: rgb(61,239,242); }
H1.HeaderClassName
{
color: #3DEFF2;
}
.AnyTagClassName
{
color: #3DEFF2;
}
</style>
background-color css
<style>
a { background-color: #3DEFF2; }
a { background-color: rgb(61,239,242); }
div.DivClassName
{
background-color: #3DEFF2;
}
.BgClassName
{
background-color: #3DEFF2;
}
</style>
border-color css
<style>
span { border-color: #3DEFF2; }
span { border-color: rgb(61,239,242); }
td.TdClassName
{
border-color: #3DEFF2;
}
.TagClassName
{
border-color: #3DEFF2;
}
</style>