Shades of Turquoise #3DF3EF
Tints of Turquoise #3DF3EF
RGB
CMYK
RGB Variations
Color information
#3DF3EF (or 0x3DF3EF) is known color: Turquoise. HEX triplet: 3D, F3 and EF. RGB value is (61,243,239). Sum of RGB (Red+Green+Blue) = 61+243+239=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF3EF is #C20C10. Grayscale: #BBBBBB. Windows color (decimal): -12717073 or 15725373. OLE color: 15725373.
HSL color Cylindrical-coordinate representation of color #3DF3EF: hue angle of 178.68º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3EF is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 239 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.05 |
| HSL | 178.68º | 0.88% | 0.6% | - |
| HSV(B) | 178.68º | 0.75% | 0.95% | - |
| XYZ | 49.56 | 71.33 | 92.82 | - |
| YUV | 188.13 | 156.7 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 239 | 0.75 | 0 | 0.02 | 0.05 | 178.68 | 0.88 | 0.6 |
| Hex | 3D | F3 | EF | 4B | 0 | 2 | 5 | B3 | 58 | 3C |
| Octal | 75 | 363 | 357 | 113 | 0 | 2 | 5 | 263 | 130 | 74 |
| Binary | 111101 | 11110011 | 11101111 | 1001011 | 0 | 10 | 101 | 10110011 | 1011000 | 111100 |
Color Harmonies of #3DF3EF
Complementary color
Monochromatic Colors of #3DF3EF
Black with #3DF3EF
Text Example
Text Example
White with #3DF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3EF; }
p { color: rgb(61,243,239); }
H1.HeaderClassName
{
color: #3DF3EF;
}
.AnyTagClassName
{
color: #3DF3EF;
}
</style>
background-color css
<style>
a { background-color: #3DF3EF; }
a { background-color: rgb(61,243,239); }
div.DivClassName
{
background-color: #3DF3EF;
}
.BgClassName
{
background-color: #3DF3EF;
}
</style>
border-color css
<style>
span { border-color: #3DF3EF; }
span { border-color: rgb(61,243,239); }
td.TdClassName
{
border-color: #3DF3EF;
}
.TagClassName
{
border-color: #3DF3EF;
}
</style>