Shades of Turquoise #3DF3DF
Tints of Turquoise #3DF3DF
RGB
CMYK
RGB Variations
Color information
#3DF3DF (or 0x3DF3DF) is known color: Turquoise. HEX triplet: 3D, F3 and DF. RGB value is (61,243,223). Sum of RGB (Red+Green+Blue) = 61+243+223=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF3DF is #C20C20. Grayscale: #BABABA. Windows color (decimal): -12717089 or 14676797. OLE color: 14676797.
HSL color Cylindrical-coordinate representation of color #3DF3DF: hue angle of 173.41º 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 #3DF3DF is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 223 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.05 |
| HSL | 173.41º | 0.88% | 0.6% | - |
| HSV(B) | 173.41º | 0.75% | 0.95% | - |
| XYZ | 47.29 | 70.42 | 80.91 | - |
| YUV | 186.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 223 | 0.75 | 0 | 0.08 | 0.05 | 173.41 | 0.88 | 0.6 |
| Hex | 3D | F3 | DF | 4B | 0 | 8 | 5 | AD | 58 | 3C |
| Octal | 75 | 363 | 337 | 113 | 0 | 10 | 5 | 255 | 130 | 74 |
| Binary | 111101 | 11110011 | 11011111 | 1001011 | 0 | 1000 | 101 | 10101101 | 1011000 | 111100 |
Color Harmonies of #3DF3DF
Complementary color
Monochromatic Colors of #3DF3DF
Black with #3DF3DF
Text Example
Text Example
White with #3DF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3DF; }
p { color: rgb(61,243,223); }
H1.HeaderClassName
{
color: #3DF3DF;
}
.AnyTagClassName
{
color: #3DF3DF;
}
</style>
background-color css
<style>
a { background-color: #3DF3DF; }
a { background-color: rgb(61,243,223); }
div.DivClassName
{
background-color: #3DF3DF;
}
.BgClassName
{
background-color: #3DF3DF;
}
</style>
border-color css
<style>
span { border-color: #3DF3DF; }
span { border-color: rgb(61,243,223); }
td.TdClassName
{
border-color: #3DF3DF;
}
.TagClassName
{
border-color: #3DF3DF;
}
</style>